~dricottone/huttese-apk

ref: 3aa5f59cff612c5eddad0297c5103f1c4773f3af huttese-apk/sr.ht/sr.ht-uacme/sr.ht-uacme.pre-install -rw-r--r-- 215 bytes
3aa5f59c — Drew DeVault Import py3-redis from aports community 3 years ago
                                                                                
09fc19f3 Drew DeVault
d5e595c3 Drew DeVault
09fc19f3 Drew DeVault
1
2
3
4
5
#!/bin/sh
addgroup -S acme || true
adduser -SD -h /var/empty -s /sbin/nologin -G acme -g acme acme || true
echo "Run the following command to finish configuring uacme:"
echo "doas -u acme uacme new <email address>"