Remove bluetooth applet

This commit is contained in:
2024-06-21 19:12:08 +01:00
parent 478fd41ceb
commit 09c2540560
2 changed files with 1 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ for selection in $main_menu; do
# --- ENABLE BLUETOOTH ---
{
sudo apt-get install -y blueman
sudo apt-get install -y bluetooth rfkill
} | dialog --backtitle "$BACKTITLE" --programbox "Enable Bluetooth support (blueman)" 30 90
fi