Created
May 1, 2019 09:23
-
-
Save Mihai-P/8f39aba6fdbf40ef55cfb3d5fa626413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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