Add a final comment when finished to install script

This commit is contained in:
Tyler Kelley 2024-03-02 15:25:28 -06:00
parent a8bb1e8e25
commit 831f5fc82f

View File

@ -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."