mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-08-30 14:08:32 +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
|
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
|
||||||
|
Reference in New Issue
Block a user