# vim: set ft=make : alias broadcom-wl := configure-broadcom-wl # Configure Broadcom WL driver (Enabling WL breaks numerous other Wi-Fi adapters) configure-broadcom-wl ACTION="prompt": #!/usr/bin/bash source /usr/lib/ujust/ujust.sh OPTION={{ ACTION }} if [ "$OPTION" == "prompt" ]; then echo "${bold}Configuring Broadcom Wi-Fi${normal}" echo 'Enabling Broadcom WL driver will break numerous other Wi-Fi adapters.' echo 'Enable or Disable Broadcom Wl?' OPTION=$(ugum choose Enable Disable) elif [ "$OPTION" == "help" ]; then echo "Usage: ujust configure-broadcom-wl