mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -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"
|
echo ":: Rebooting"
|
||||||
sleep 5
|
sleep 5
|
||||||
|
sudo systemctl enable bluetooth && sudo systemctl start blueooth
|
||||||
sudo systemctl enable sddm && sudo systemctl start sddm
|
sudo systemctl enable sddm && sudo systemctl start sddm
|
||||||
;;
|
;;
|
||||||
[Nn]* )
|
[Nn]* )
|
||||||
|
@ -71,3 +72,4 @@ case $answer in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue