forked from mir/linux-vm-tools
Updating 18.04 script prompts
This commit is contained in:
parent
c782cf334e
commit
e7b964edc1
@ -23,7 +23,12 @@ sudo apt-get update
|
|||||||
sudo apt install linux-image-4.14.0-17-generic
|
sudo apt install linux-image-4.14.0-17-generic
|
||||||
|
|
||||||
if [ -f /var/run/reboot-required ]; then
|
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
|
fi
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@ -110,7 +115,7 @@ sudo systemctl start xrdp
|
|||||||
# Install Gmone Tweak
|
# Install Gmone Tweak
|
||||||
sudo apt-get install gnome-tweak-tool -y
|
sudo apt-get install gnome-tweak-tool -y
|
||||||
|
|
||||||
#reboot
|
|
||||||
echo
|
echo
|
||||||
echo "Reboot your machine to begin using XRDP"
|
echo "Install is complete."
|
||||||
|
echo "Reboot your machine to begin using XRDP."
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user