From 831f5fc82f3a300849c8e4ef1c526eec837648f8 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sat, 2 Mar 2024 15:25:28 -0600 Subject: [PATCH] Add a final comment when finished to install script --- install-zaneyos.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-zaneyos.sh b/install-zaneyos.sh index 59a7054..3bf4b7d 100755 --- a/install-zaneyos.sh +++ b/install-zaneyos.sh @@ -259,3 +259,8 @@ if [ $userName != $installusername ]; then sudo chown -R $userName:users /home/$userName/zaneyos echo "Ensuring ZaneyOS repository is in your users HOME directory." fi + +echo "-----" + +echo "ZaneyOS Has Been Installed!" +echo "Please use responsibly."