~dricottone/huttese-apk

ref: b32d073e090c6085c17c04542c38e59096fe0a9d huttese-apk/sr.ht/qemu-minimal-static/qemu-minimal-static.pre-install -rw-r--r-- 134 bytes
b32d073e — Ludovic Chabant Update mercurial package from aports main, add hotfix for python 3.8.2 4 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