Update install.sh

Change dist-upgrade to just upgrade
This commit is contained in:
Craig Wilhite
2018-03-05 11:02:40 -08:00
committed by GitHub
parent 661c4bdde9
commit 00fe6a84b3

View File

@@ -16,7 +16,7 @@ if [ ! $(id -u) ] ; then
exit 1 exit 1
fi fi
apt update && apt dist-upgrade -y apt update && apt upgrade -y
if [ -f /var/run/reboot-required ]; then if [ -f /var/run/reboot-required ]; then
echo "A reboot is required in order to proceed with the install." >&2 echo "A reboot is required in order to proceed with the install." >&2