2
0
mirror of https://github.com/cilynx/rtl88x2bu synced 2025-08-22 02:01:55 +00:00

chore: Drop leftover comment

This commit is contained in:
Max Görner 2025-05-09 11:31:42 +02:00
parent 1252baad3f
commit 573cd1cb7d

View File

@ -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