From 1762d46f132f5bf722aecd0ea310368577d10969 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:41:56 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5b9709b..bde8bdf 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ case $answer in echo ":: Rebooting" sleep 5 - sudo systemctl enable bluetooth && sudo systemctl start blueooth + sudo systemctl enable bluetooth && sudo systemctl start bluetooth sudo systemctl enable sddm && sudo systemctl start sddm ;; [Nn]* )