add bc requirement

This commit is contained in:
Robert Jeutter 2022-02-09 21:52:43 +01:00
parent 9f587c3c92
commit b65526f7af

View File

@ -17,7 +17,7 @@ nmcli 802-11-wireless-security> quit
The RTL8812BU is an often used chip built into USB-Wifi-Modules. It's very useful if you want to use more than the in-build wifi or scan multiple networks parallel. The RTL8812BU is an often used chip built into USB-Wifi-Modules. It's very useful if you want to use more than the in-build wifi or scan multiple networks parallel.
```bash ```bash
# get requirements # get requirements
sudo apt install git build-essential dkms raspberrypi-kernel-headers sudo apt install git bc build-essential dkms raspberrypi-kernel-headers
# get scripts # get scripts
git clone https://github.com/cilynx/rtl88x2bu git clone https://github.com/cilynx/rtl88x2bu