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."