~dricottone/huttese-apk

ref: 60e88d2b46f96963aa60c0b6297468cc563e3c79 huttese-apk/sr.ht/sr.ht-uacme/sr.ht-uacme.pre-install -rw-r--r-- 215 bytes
60e88d2b — Drew DeVault py3-kombu: upgrade to 5.2.4 2 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>"