mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-22 10:10:08 +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
|
||||
list-kernels |
|
||||
while read -r kernel; do
|
||||
# xargs -n1 sudo dkms install -m rtl88x2bu -v 5.8.7.1 -k
|
||||
for action in build install; do
|
||||
sudo dkms "${action}" -m rtl88x2bu -v "${VERSION}" -k "${kernel}"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user