You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf "* Broadcom b43-fwcutter and b43-fwcutter firmware-b43-installer were installed (and bcmwl-kernel-source broadcom-sta-common broadcom-sta-source were removed) by linux-preinstall" | tee -a "$OUTFILE"
if [ $code -ne 0 ]; then
echo " (FAILED), but usually:" | tee -a "$OUTFILE"
else
echo " (successfully):" | tee -a "$OUTFILE"
fi
echo " After restart, the wifi sources should appear in nm-applet (up&down arrow icon in task tray)" | tee -a "$OUTFILE"