-
-
Save mallarapusidhu/211550b56ae1ae9694abee1c1fb750b1 to your computer and use it in GitHub Desktop.
mt7601 driver quick install
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/sh | |
sudo add-apt-repository ppa:thopiekar/mt7601 | |
sudo apt-get update | |
sudo apt-get install build-essential # Without build-essential failed to compile on fresh Linux Mint installation | |
sudo apt-get install mt7601-sta-dkms | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment