Skip to content

Instantly share code, notes, and snippets.

View kzawoy's full-sized avatar

Karl Zawoy kzawoy

  • ScriptShot, LLC
  • High Springs, FL
View GitHub Profile
@miguelmota
miguelmota / install_wifi_drrivers.sh
Created January 3, 2020 01:04
Linux Fedora install Macbook Pro broadcom wifi drivers
sudo dnf install -y http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y akmods "kernel-devel-uname-r == $(uname -r)"
sudo dnf install -y broadcom-wl
sudo akmods
sudo reboot