Last active
March 5, 2023 17:20
-
-
Save 0x4C4A/aa37fc60ff896d785c40 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