~dricottone/apkbuilds

ref: 6b6e36a6c9fa6860fd367df75138444f9e827cc9 apkbuilds/src/git.sr.ht/git.sr.ht.post-install -rw-r--r-- 99 bytes
6b6e36a6Dominic Ricottone Updating to alpine v3.20 a month ago
                                                                                
1
2
3
#!/bin/sh
addgroup -S git || true
adduser -SD -h /var/lib/git -s /bin/sh -G git -g git git || true