mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
install.sh
This commit is contained in:
parent
361368020f
commit
9c31adbf4f
1 changed files with 32 additions and 27 deletions
23
install.sh
23
install.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue