1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-16 11:41:44 +00:00

Code formatting consistency

This commit is contained in:
mendel5 2023-01-20 10:08:48 +01:00 committed by GitHub
parent b927c656c1
commit e22922a0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,9 +166,11 @@ install the newest available before installing the new kernel. Use the
following commands in the driver directory: following commands in the driver directory:
``` ```
$ sudo ./remove-driver.sh sudo ./remove-driver.sh
$ git pull
$ sudo ./install-driver.sh git pull
sudo ./install-driver.sh
``` ```
Temporary internet access is required for installation. There are numerous ways Temporary internet access is required for installation. There are numerous ways
@ -388,7 +390,7 @@ Note: Fedora users that have secure boot turned on should run the following to
enroll the key: enroll the key:
``` ```
$ sudo mokutil --import /var/lib/dkms/mok.pub sudo mokutil --import /var/lib/dkms/mok.pub
``` ```
Manual build instructions: The above script automates the installation Manual build instructions: The above script automates the installation