Update install.sh

This commit is contained in:
Dante 2024-08-21 10:57:35 -04:00 committed by GitHub
parent 19db6cfd82
commit 4dfe483ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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