1
0
forked from mir/linux-vm-tools

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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