Add enable bluetooth option.
This commit is contained in:
parent
6e7943a00b
commit
3845b6a7c5
@ -55,6 +55,10 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Configure internet")
|
||||
/usr/bin/nmtui-connect
|
||||
;;
|
||||
"Enable Bluetooth")
|
||||
sudo sed -i 's/^#AutoEnable=false$/AutoEnable=true/' /etc/bluetooth/main.conf
|
||||
sudo systemctl enable bluetooth --now
|
||||
;;
|
||||
"Install Lxqt Desktop")
|
||||
source .includes/gui.sh lxqt
|
||||
;;
|
||||
@ -81,6 +85,7 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
choice="$(menulist \
|
||||
"Change username" \
|
||||
"Configure internet" \
|
||||
"Enable Bluetooth" \
|
||||
"Install Lxqt Desktop" \
|
||||
"Install Mate Desktop" \
|
||||
"Install Ratpoison Windowmanager" \
|
||||
|
Loading…
Reference in New Issue
Block a user