mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-08-30 22:16:07 +00:00
Update install.sh
Change dist-upgrade to just upgrade
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user