mirror of
https://github.com/xsghetti/script.git
synced 2025-01-22 17:16:09 -05:00
Update install.sh
This commit is contained in:
parent
19db6cfd82
commit
4dfe483ba8
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@ case $answer in
|
|||
|
||||
echo ":: Rebooting"
|
||||
sleep 5
|
||||
sudo systemctl enable bluetooth && sudo systemctl start blueooth
|
||||
sudo systemctl enable sddm && sudo systemctl start sddm
|
||||
;;
|
||||
[Nn]* )
|
||||
|
@ -71,3 +72,4 @@ case $answer in
|
|||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue