7 lines
51 B
Bash
Executable File
7 lines
51 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dkms install -m xpad-noone/1.0
|
|
|