1
0
forked from mir/linux-vm-tools

Cleaning up the install script to indicate states

This commit is contained in:
Justin Terry (VM) 2018-02-14 11:02:17 -08:00
parent 86e30b9c4d
commit 0aaade981d

View File

@ -21,7 +21,12 @@ sudo apt install -y git
sudo apt install -y linux-azure
if [ -f /var/run/reboot-required ]; then
reboot
echo
echo "A reboot is required in order to proceed with the install."
echo "Please reboot and re-run this script to finish the install."
echo
exit
fi
###############################################################################
@ -124,7 +129,6 @@ sudo make install
# End XORGXRDP
###############################################################################
#reboot
echo
echo "Reboot your machine to begin using XRDP"
echo
echo "Install is complete. Reboot your machine to begin using XRDP."
echo