7 lines
44 B
Plaintext
7 lines
44 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
dkms remove -m xone/0.3
|
||
|
|