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