~dricottone/huttese-apk

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