Skip to content

Instantly share code, notes, and snippets.

@0x4C4A
Last active March 5, 2023 17:20
Show Gist options
  • Save 0x4C4A/aa37fc60ff896d785c40 to your computer and use it in GitHub Desktop.
Save 0x4C4A/aa37fc60ff896d785c40 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