From 00fe6a84b39a9d3ece3fdb3ac8b3b087cbbbf8ca Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Mon, 5 Mar 2018 11:02:40 -0800 Subject: [PATCH] Update install.sh Change dist-upgrade to just upgrade --- ubuntu/18.04/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 849df4c..4056d95 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -16,7 +16,7 @@ if [ ! $(id -u) ] ; then exit 1 fi -apt update && apt dist-upgrade -y +apt update && apt upgrade -y if [ -f /var/run/reboot-required ]; then echo "A reboot is required in order to proceed with the install." >&2