From 7d58f7f238fd07918dbe64f1d38ec886fa903d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 28 Mar 2018 11:16:47 +0200 Subject: Add -y to $ apt-get upgrade. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index 83a3ec4..093fd33 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -128,7 +128,7 @@ fi # Run upgrades to prevent possible problems while running puppet apt-get update 1>/dev/null -apt-get upgrade +apt-get upgrade -y #################### -- cgit v1.2.3