Update Raspberry Pi OS
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo reboot
Install Driver
cd ~
wget https://pishop.nz/static/downloads/install-wifi3.sh
chmod +x install-wifi3.sh
./install-wifi3.sh
sudo reboot
Done
Note:
Each time your kernel updates, you will need to install the driver again by running the above
install-wifi2.sh command.
Hopefully in the near future, the driver will be added into Raspberry Pi OS and therefore no longer need to be installed.