Skip to content

Instantly share code, notes, and snippets.

@mallarapusidhu
Forked from 0x4C4A/install_mt7601.sh
Created August 19, 2016 16:06
Show Gist options
  • Save mallarapusidhu/211550b56ae1ae9694abee1c1fb750b1 to your computer and use it in GitHub Desktop.
Save mallarapusidhu/211550b56ae1ae9694abee1c1fb750b1 to your computer and use it in GitHub Desktop.
mt7601 driver quick install
#!/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