7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
dkms remove -m hid-xpadneo/0.9.6
|
||
|
|