fixed
This commit is contained in:
parent
997e4adc3e
commit
a144e76fc1
@ -67,7 +67,7 @@ configure_vim() {
|
|||||||
read -p "要配置 vim 吗?[Y/n]: " response
|
read -p "要配置 vim 吗?[Y/n]: " response
|
||||||
|
|
||||||
if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then
|
if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then
|
||||||
apt install vim -y
|
sudo apt install vim -y
|
||||||
cp $scriptdir/files/.vimrc ~/.vimrc
|
cp $scriptdir/files/.vimrc ~/.vimrc
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user