Switch to gitea to download pacman conf

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-12-11 23:56:29 +01:00
parent a73b9a9045
commit b0759c6ce5
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -55,7 +55,7 @@ docker run --rm -i -u $(id -u) \
}
# Check whether the build is possible
curl -sSfLo pacman.conf "https://github.com/luzifer-arch/scripts/raw/master/pacman.conf"
curl -sSfLo pacman.conf "https://git.luzifer.io/luzifer-arch/scripts/raw/branch/master/pacman.conf"
docker run --rm -i \
-v "$(pwd):/src" \
-v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \