From b40b709e23de19bca12a710b7b75c54f9d813557 Mon Sep 17 00:00:00 2001 From: Helmuth Date: Wed, 9 May 2018 20:41:45 -0300 Subject: [PATCH] feat: Added bluetooth support --- lilo | 13 +++++++++++++ lilo.automode | 12 ++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/lilo b/lilo index 720f2ec2..02dd5dd4 100755 --- a/lilo +++ b/lilo @@ -1440,6 +1440,18 @@ install_usb_modem(){ fi } #}}} +#BLUETOOTH {{{ +install_bluetooth(){ + print_title "BLUETOOTH - https://wiki.archlinux.org/index.php/Bluetooth" + print_info "Bluetooth is a standard for the short-range wireless interconnection of cellular phones, computers, and other electronic devices. In Linux, the canonical implementation of the Bluetooth protocol stack is BlueZ" + read_input_text "Install bluetooth support" $BLUETOOTH + if [[ $OPTION == y ]]; then + package_install "bluez bluez-utils" + system_ctl enable bluetooth.service + pause_function + fi +} +#}}} #ACCESSORIES {{{ install_accessories_apps(){ while true @@ -3025,6 +3037,7 @@ do install_desktop_environment install_nm_wicd install_usb_modem + install_bluetooth checklist[2]=1 ;; 3) diff --git a/lilo.automode b/lilo.automode index 943bfccd..6ca58058 100755 --- a/lilo.automode +++ b/lilo.automode @@ -82,7 +82,7 @@ #12) i3 #13) OpenBox #14) Xmonad - DESKTOPENV=4 + DESKTOPENV="4" #KDE {{{ # 1) Choqok # 2) Digikam @@ -133,9 +133,9 @@ # 2) Wicd # 3) ConnMan # n) None - NETWORKMANAGER=1 - #USB 3G MODEM SUPPORT - USBMODEM="y" + NETWORKMANAGER="1" + USBMODEM="y" #USB 3G MODEM SUPPORT + BLUETOOTH="y" #BLUETOOTH SUPPORT #}}} #ACCESSORIES {{{ # 1) Albert @@ -175,7 +175,7 @@ #22) Regexxer #23) Postman #24) Gitkraken - DEVELOPMENT_OPTIONS="15" + DEVELOPMENT_OPTIONS="17" #}}} #OFFICE {{{ # 1) Abiword+Gnumeric|Calligra @@ -357,7 +357,7 @@ # 2) LAPP - APACHE, POSTGRESQL & PHP # 3) LEMP - NGINX, MariaDB & PHP # 4) LEPP - NGINX, POSTGRESQL & PHP - WEBSERVER=4 + WEBSERVER="4" POSTGIS="n" #}}} #FONTS {{{