3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
getent group kvm || /usr/sbin/groupadd kvm
|