forked from mir/linux-vm-tools
Update install.sh
Change dist-upgrade to just upgrade
This commit is contained in:
parent
661c4bdde9
commit
00fe6a84b3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user