Skip to content

Instantly share code, notes, and snippets.

@danilogco
Last active August 11, 2024 03:12
Show Gist options
  • Save danilogco/40b4571c77667b8130e4d10a605d93ec to your computer and use it in GitHub Desktop.
Save danilogco/40b4571c77667b8130e4d10a605d93ec to your computer and use it in GitHub Desktop.
TP-Link Archer T4U v3 - Ubuntu 21.04
#!/bin/bash
# tested 5.11.0-16-generic #17-Ubuntu SMP Wed Apr 14 20:12:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
# installing dkms and git
sudo apt update
sudo apt install -y dkms git
# cloning driver repository
mkdir ~/src
cd ~/src
git clone https://github.com/morrownr/88x2bu-20210702.git
cd ~/src/88x2bu
# building and installing, reboot required
sudo ./install-driver.sh
@Charenger19
Copy link

solo actualizacion de la linea "11" ya que el enlace no esta disponible.

git clone https://github.com/morrownr/88x2bu-20210702.git

@danilogco
Copy link
Author

solo actualizacion de la linea "11" ya que el enlace no esta disponible.

git clone https://github.com/morrownr/88x2bu-20210702.git

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment