987d9c735d
Also remove the py-requests, as the version has been updated in Alpine. Close: #1603
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S -g 34 kvm 2>/dev/null
|
|
addgroup -S -g 36 qemu 2>/dev/null
|
|
|
|
exit 0
|