install.sh

This commit is contained in:
xSghetti 2024-07-17 00:31:26 -04:00
parent 361368020f
commit 9c31adbf4f

View file

@ -43,15 +43,7 @@ case $answer in
#Clones Hyprcrux Repo and copies them to their correct locations.
cd ~/script/
./clone.sh
;;
[Nn]* )
echo ":: Exiting..."
;;
* )
echo "Invalid input. please answer y or n."
exit 1
;;
esac
echo ":: Preparing to Install HyprPM Plugins..."
sleep 5
@ -80,3 +72,16 @@ cat << "EOF"
-----------------------------------------------------------------------
Enjoy :)
EOF
echo ":: Rebooting"
sleep 15
sudo reboot
;;
[Nn]* )
echo ":: Exiting..."
;;
* )
echo "Invalid input. please answer y or n."
exit 1
;;
esac