From bcb741102d18eaa1231312e325e26795b4d6483a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 11:06:29 -0800 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index b8f9fdf..14985e5 100755 --- a/install.sh +++ b/install.sh @@ -180,3 +180,6 @@ if [ $reboot == "y" ]; then sudo reboot fi +printf "\nInstallation complete!\n" +exit 0 +