File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -852,11 +852,6 @@ if prompt_yn "" N; then
852852
853853 echo Checking for BT Mac, BT Peb, Shareble, or xdrip-js
854854 if [[ ! -z " $BT_PEB " || ! -z " $BT_MAC " || ! -z $BLE_SERIAL || ! -z $DEXCOM_CGM_TX_ID ]]; then
855- if [ ! -z " $BT_MAC " ]; then
856- printf ' Checking for the bnep0 interface in the interfaces file and adding if missing...'
857- # Make sure the bnep0 interface is in the /etc/networking/interface
858- (grep -qa bnep0 /etc/network/interfaces && printf ' skipped.\n' ) || (printf ' \n%s\n\n' " iface bnep0 inet dhcp" >> /etc/network/interfaces && printf ' added.\n' )
859- fi
860855 # Install Bluez for BT Tethering
861856 echo Checking bluez installation
862857 bluetoothdversion=$( bluetoothd --version || 0)
You can’t perform that action at this time.
0 commit comments