From 638dc4df166b783024571c7de659b3eb0d20c192 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 4 Jan 2025 12:54:45 -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 bcb515c..0cac656 100755 --- a/install.sh +++ b/install.sh @@ -295,8 +295,8 @@ else printf "sudo journalctl -u %s.service\n" "$service" >> install_notes.txt printf "sudo systemctl stop %s.service\n" "$service" >> install_notes.txt printf "sudo systemctl disable %s.service\n" "$service" >> install_notes.txt - read -p "Press enter to complete the installation, these commands saved to install_notes.txt" fi +read -p "Press enter to complete the installation, these commands saved to install_notes.txt" printf "\nInstallation complete!\n"