Add bluetooth

This commit is contained in:
Mylloon 2022-07-10 11:47:38 +02:00
parent 9b27183b58
commit e6bfaf5300
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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