7 lines
54 B
Bash
Executable File
7 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dkms install -m hid-xpadneo/0.9.5
|
|
|