Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: change alpine linux url
  • Loading branch information
blattersturm committed Jul 4, 2019
1 parent 39c75bb commit 16f7504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/tools/ci/build_server_proot.sh
Expand Up @@ -17,7 +17,7 @@ curl -s -d "$json" "$TG_WEBHOOK" || true
curl -s -d "$json" "$DISCORD_WEBHOOK" || true

# get an alpine rootfs
curl -sLo alpine-minirootfs-3.8.0-x86_64.tar.gz http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/alpine-minirootfs-3.8.0-x86_64.tar.gz
curl -sLo alpine-minirootfs-3.8.0-x86_64.tar.gz http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/x86_64/alpine-minirootfs-3.8.0-x86_64.tar.gz

# get our patched proot build
# source code: https://runtime.fivem.net/build/proot-v5.1.1.tar.gz
Expand Down

0 comments on commit 16f7504

Please sign in to comment.