diff --git a/builder/data/usr/bin/bettercap-launcher b/builder/data/usr/bin/bettercap-launcher index 179dba72..6a6f981a 100755 --- a/builder/data/usr/bin/bettercap-launcher +++ b/builder/data/usr/bin/bettercap-launcher @@ -9,15 +9,6 @@ if is_crypted_mode; then done fi -# check if wifi driver is bugged -if ! check_brcm; then - if ! reload_brcm; then - echo "Could not reload wifi driver. Reboot" - reboot - fi - sleep 10 -fi - # start mon0 start_monitor_interface