From 99c2fdb64fa5bddf2703480174b96f6ffdce4cbe Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 Aug 2022 11:02:04 +0200 Subject: [PATCH] disable bluetooh at startup --- arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/arch.sh b/arch.sh index e4f47cf..e36d77c 100644 --- a/arch.sh +++ b/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/