From 8b2d933fd162de38789397317730dd448ae28b01 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 11:06:17 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index da686c3..b8f9fdf 100755 --- a/install.sh +++ b/install.sh @@ -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