mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-29 13:28:14 +00:00
chore: Drop leftover comment
This commit is contained in:
parent
1252baad3f
commit
573cd1cb7d
@ -83,7 +83,6 @@ function deploy_driver() {
|
|||||||
sudo dkms "add" -m rtl88x2bu -v "${VERSION}" || true
|
sudo dkms "add" -m rtl88x2bu -v "${VERSION}" || true
|
||||||
list-kernels |
|
list-kernels |
|
||||||
while read -r kernel; do
|
while read -r kernel; do
|
||||||
# xargs -n1 sudo dkms install -m rtl88x2bu -v 5.8.7.1 -k
|
|
||||||
for action in build install; do
|
for action in build install; do
|
||||||
sudo dkms "${action}" -m rtl88x2bu -v "${VERSION}" -k "${kernel}"
|
sudo dkms "${action}" -m rtl88x2bu -v "${VERSION}" -k "${kernel}"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user