From 77c2635907ed80acae0043b4fe91dfdf442affa7 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 20 Feb 2020 09:47:26 +0100 Subject: [PATCH] Don't ask me, apt. --- bootstrap_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_ubuntu.sh b/bootstrap_ubuntu.sh index 3c8618f..d875c8c 100755 --- a/bootstrap_ubuntu.sh +++ b/bootstrap_ubuntu.sh @@ -14,7 +14,7 @@ fi sudo apt install -y $PGS # 3. cleanup -sudo apt-get autoremove && sudo apt-get autoclean +sudo apt-get autoremove -y && sudo apt-get autoclean -y # 4. set default editor sudo update-alternatives --set editor /usr/bin/vim.gtk-py2