From b0759c6ce517689170353489d2449264f0c85dde Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 11 Dec 2023 23:56:29 +0100 Subject: [PATCH] Switch to gitea to download pacman conf Signed-off-by: Knut Ahlers --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 0245fff..01d1fce 100644 --- a/update.sh +++ b/update.sh @@ -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" \