[misc] say yes to add-apt-repository

This commit is contained in:
Klesh Wong 2020-12-17 15:24:26 +08:00
parent 92d217ba35
commit 9a34e1a21d

View File

@ -29,7 +29,7 @@ if ! has_cmd "$VIM"; then
#fi #fi
# gui-common is required for clipboard integration # gui-common is required for clipboard integration
sudo add-apt-repository ppa:jonathonf/vim sudo add-apt-repository ppa:jonathonf/vim -y
sudo apt-get update sudo apt-get update
sudo apt install -y vim vim-gui-common sudo apt install -y vim vim-gui-common
if enhance_vim; then if enhance_vim; then