13 lines
423 B
Diff
13 lines
423 B
Diff
|
|
--- install.sh.orig 2025-12-08 00:50:25.991113912 -0600
|
||
|
|
+++ install.sh 2025-12-08 00:51:00.612573764 -0600
|
||
|
|
@@ -22,9 +22,6 @@
|
||
|
|
mkdir -p "/usr/src/hid-xpadneo-${VERSION}"
|
||
|
|
cp --recursive "${V[@]}" hid-xpadneo/. "/usr/src/hid-xpadneo-${VERSION}/."
|
||
|
|
|
||
|
|
- echo "* installing module (using DKMS)"
|
||
|
|
- dkms install "${V[*]}" "hid-xpadneo/${VERSION}" --force || cat_dkms_make_log
|
||
|
|
-
|
||
|
|
else
|
||
|
|
|
||
|
|
echo "already installed!"
|