Browse Source

Enable wifi

Bob Mottram 10 years ago
parent
commit
450349b8db
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      install-freedombone.sh

+ 1
- 0
install-freedombone.sh View File

363
           DOMAIN_NAME="tor-wifi"
363
           DOMAIN_NAME="tor-wifi"
364
           SYSTEM_TYPE=$VARIANT_TOR_WIFI
364
           SYSTEM_TYPE=$VARIANT_TOR_WIFI
365
           ROUTE_THROUGH_TOR="yes"
365
           ROUTE_THROUGH_TOR="yes"
366
+          ENABLE_WIFI="yes"
366
       fi
367
       fi
367
       if [[ $DOMAIN_NAME == "tor" || $DOMAIN_NAME == "tor-dongle" || $DOMAIN_NAME == "tordongle" ]]; then
368
       if [[ $DOMAIN_NAME == "tor" || $DOMAIN_NAME == "tor-dongle" || $DOMAIN_NAME == "tordongle" ]]; then
368
           DOMAIN_NAME="tor-dongle"
369
           DOMAIN_NAME="tor-dongle"