mirror of
https://github.com/luzifer-aur/scripts.git
synced 2024-12-20 11:51:20 +00:00
Switch to gitea to download pacman conf
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a73b9a9045
commit
b0759c6ce5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ docker run --rm -i -u $(id -u) \
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check whether the build is possible
|
# 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 \
|
docker run --rm -i \
|
||||||
-v "$(pwd):/src" \
|
-v "$(pwd):/src" \
|
||||||
-v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \
|
-v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \
|
||||||
|
|
Loading…
Reference in a new issue