added branch to download url

This commit is contained in:
2025-07-11 09:23:42 +02:00
parent 213888c3b5
commit 3b6b0aaa33

View File

@@ -2,7 +2,7 @@
REPO=https://git.xo.nl/marcel/archlinux
curl -O $REPO/raw/master/pre/users.crypt
curl -O $REPO/raw/branch/master/pre/users.crypt
gpg --output users.json --decrypt users.crypt
if test -s ./users.json;