From 4dfe483ba8b8f81d933b659769b3b10cf19ebea7 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:57:35 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e9d9b27..5b9709b 100755 --- a/install.sh +++ b/install.sh @@ -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]* ) @@ -70,4 +71,5 @@ case $answer in exit 1 ;; esac +