~dricottone/huttese-apk

ref: e2cc6ea143d110dad7777a0f4e0655ad2a57e2c5 huttese-apk/sr.ht/qemu-minimal-static/qemu-minimal-static.pre-install -rw-r--r-- 134 bytes
e2cc6ea1 — Drew DeVault py3-pystache: bump pkgrel 3 years ago
                                                                                
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S -g 34 kvm 2>/dev/null
addgroup -S -g 36 qemu 2>/dev/null
adduser -S -u 36 -G kvm -s /sbin/nologin qemu

exit 0