mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
restore zsh
This commit is contained in:
parent
b68c376b1e
commit
0061bd7c8a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ case $answer in
|
||||||
|
|
||||||
echo ":: Rebooting"
|
echo ":: Rebooting"
|
||||||
sleep 15
|
sleep 15
|
||||||
sudo reboot
|
sudo systemctl enable sddm && sudo systemctl start sddm
|
||||||
;;
|
;;
|
||||||
[Nn]* )
|
[Nn]* )
|
||||||
echo ":: Exiting..."
|
echo ":: Exiting..."
|
||||||
|
|
Loading…
Reference in a new issue