diff --git a/pre/run.sh b/pre/run.sh index 54f74ab..8dfbed1 100644 --- a/pre/run.sh +++ b/pre/run.sh @@ -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;