Update install.sh

This commit is contained in:
SpudGunMan
2024-12-12 11:06:17 -08:00
parent f8d6419551
commit 8b2d933fd1
+1 -1
View File
@@ -172,6 +172,7 @@ fi
if [ $venv == "y" ]; then
printf "\nFor running in virtual, launch bot with './launch.sh mesh' from the root directory\n"
fi
printf "\nGood time to reboot? (y/n)"
read reboot
@@ -179,4 +180,3 @@ if [ $reboot == "y" ]; then
sudo reboot
fi
exit 0