From e6bfaf5300fe6c1c8869dc2b8eeeff1224fac47e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 10 Jul 2022 11:47:38 +0200 Subject: [PATCH] Add bluetooth --- arch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch.sh b/arch.sh index 28d68c7..871bc94 100644 --- a/arch.sh +++ b/arch.sh @@ -318,6 +318,10 @@ then fi done + # === Enable Bluetooth == + systemctl enable bluetooth.service + systemctl start bluetooth.service + echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage." else echo "Ce script ne fonctionne que sur Manjaro."