disable bluetooh at startup
This commit is contained in:
parent
eb707d8e07
commit
99c2fdb64f
1 changed files with 1 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -336,6 +336,7 @@ then
|
|||
# === Enable Bluetooth ==
|
||||
systemctl enable bluetooth.service
|
||||
systemctl start bluetooth.service
|
||||
sed -i 's/#AutoEnable=true/AutoEnable=false/g' /etc/bluetooth/main.conf
|
||||
|
||||
# === VSCodium ==
|
||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/
|
||||
|
|
Loading…
Reference in a new issue