From 00ae4bf2735426d2e641b2d48afab69dc95e6611 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 26 Apr 2019 15:15:32 +0200 Subject: [PATCH] Some try --- tforgione.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tforgione.sh b/tforgione.sh index 05ec8d1..4e2fecd 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -72,10 +72,10 @@ install() { install_neovim() { test_command apt if [ $? -eq 0 ]; then - sudo apt install software-properties-common - sudo add-apt-repository ppa:neovim-ppa/stable - sudo apt update - sudo apt install neovim + sudo apt install -y software-properties-common + sudo add-apt-repository -y ppa:neovim-ppa/stable + sudo apt update -y + sudo apt install -y neovim return fi