minor updates

This commit is contained in:
morrownr 2021-10-29 23:04:42 -05:00
parent 89949935d4
commit bf99ea5594

View File

@ -140,16 +140,20 @@ Step 2: Update system package information (select the option for the OS you are
Note: If you do not regularly maintain your system by installing updated packages, it is a good idea to not only update system package information but also to install the updated packages followed by a system reboot. The installation can then be continued with step 3. Note: If you do not regularly maintain your system by installing updated packages, it is a good idea to not only update system package information but also to install the updated packages followed by a system reboot. The installation can then be continued with step 3.
Option for Debian based distributions such as Ubuntu, Linux Mint, Kali and Raspberry Pi OS Option for Debian based distributions such as Ubuntu, Linux Mint, Kali and Raspberry Pi OS
``` ```
sudo apt update sudo apt update
``` ```
Option for Arch based distributions such as Manjaro Option for Arch based distributions such as Manjaro
``` ```
sudo pacman -Syu sudo pacman -Syu
``` ```
Option for Fedora based distributions Option for Fedora based distributions
``` ```
sudo dnf -y update sudo dnf -y update
``` ```
@ -179,8 +183,10 @@ Step 3: Install the required packages (select the option for the OS you are usin
Options for Arch or Manjaro Options for Arch or Manjaro
if using pacman if using pacman
``` ```
sudo pacman -S --noconfirm linux-headers dkms git sudo pacman -S --noconfirm linux-headers dkms git
```
Note: If you are asked to choose a provider, make sure to choose the one that Note: If you are asked to choose a provider, make sure to choose the one that
corresponds to your version of the linux kernel (for example, "linux510-headers" corresponds to your version of the linux kernel (for example, "linux510-headers"
@ -188,7 +194,6 @@ Step 3: Install the required packages (select the option for the OS you are usin
to uninstall it and reinstall the correct version. to uninstall it and reinstall the correct version.
If using other methods, please follow the instructions provided by those methods. If using other methods, please follow the instructions provided by those methods.
```
Step 4: Create a directory to hold the downloaded driver Step 4: Create a directory to hold the downloaded driver
@ -197,9 +202,11 @@ Step 4: Create a directory to hold the downloaded driver
``` ```
Step 5: Move to the newly created directory Step 5: Move to the newly created directory
```bash
$ cd ~/src
``` ```
cd ~/src
```
Step 6: Download the driver Step 6: Download the driver
```bash ```bash
$ git clone https://github.com/morrownr/88x2bu-20210702.git $ git clone https://github.com/morrownr/88x2bu-20210702.git