From 9e5285a845705eb452c52866be7c3c8e05e89b4d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 3 Jan 2025 22:48:41 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 29394d5..017b48a 100755 --- a/install.sh +++ b/install.sh @@ -286,9 +286,11 @@ else printf "sudo journalctl -u %s.service\n" "$service" printf "sudo systemctl stop %s.service\n" "$service" printf "sudo systemctl disable %s.service\n" "$service" + read -p "Press enter to complete the installation" fi printf "\nInstallation complete!\n" + exit 0 # after install shenannigans # add 'bee = True' to config.ini General section. You will likley want to clean the txt up a bit