Use new domain repo.hex.pm => builds.hex.pm (#192)

This commit is contained in:
Eric Meadows-Jönsson
2023-05-01 14:59:28 +01:00
committed by GitHub
parent 2595a954a1
commit c2e02f777c
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ FILE_INPUT="${VSN}.tar.gz"
FILE_OUTPUT=otp.tar.gz
DIR_FOR_BIN=.setup-beam/otp
wget -q -O "${FILE_OUTPUT}" "https://repo.hex.pm/builds/otp/${OS}/${FILE_INPUT}"
wget -q -O "${FILE_OUTPUT}" "https://builds.hex.pm/builds/otp/${OS}/${FILE_INPUT}"
mkdir -p "${DIR_FOR_BIN}"
tar zxf "${FILE_OUTPUT}" -C "${DIR_FOR_BIN}" --strip-components=1
"${DIR_FOR_BIN}/Install" -minimal "$(pwd)/${DIR_FOR_BIN}"