Created
June 4, 2016 09:59
-
-
Save weivall/cbfdeac958358f8b6ccd999dbc63c356 to your computer and use it in GitHub Desktop.
fix-wifi
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 modprobe -r iwlmvm | |
sudo modprobe iwlwifi | |
sudo service network-manager restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment