diff --git a/cli/vim.sh b/cli/vim.sh index a2f4621..98a49b5 100755 --- a/cli/vim.sh +++ b/cli/vim.sh @@ -29,7 +29,7 @@ if ! has_cmd "$VIM"; then #fi # 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 install -y vim vim-gui-common if enhance_vim; then