Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Mihai-P/8f39aba6fdbf40ef55cfb3d5fa626413 to your computer and use it in GitHub Desktop.

Select an option

Save Mihai-P/8f39aba6fdbf40ef55cfb3d5fa626413 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade
# this may fail, some ditros do not have it installed by default
sudo apt-get remove --purge bcmwl-kernel-source
# this may fail, some ditros do not have it installed by default
sudo rm /etc/modprobe.d/blacklist-bcm43.conf
sudo apt-get install bcmwl-kernel-source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment