#!/bin/bash

echo "Installing RTL88X2 drivers..."
sudo apt update
sudo apt install -y linux-headers-$(uname -r) build-essential dkms git libelf-dev
git clone https://github.com/morrownr/88x2bu-20210702.git
cd 88x2bu-20210702
sudo ./install-driver.sh
echo "Done."
read -n1
