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