Add bluetooth
This commit is contained in:
parent
9b27183b58
commit
e6bfaf5300
1 changed files with 4 additions and 0 deletions
4
arch.sh
4
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."
|
||||
|
|
Loading…
Reference in a new issue