diff --git a/setup.sh b/setup.sh index b750f60..07713d2 100755 --- a/setup.sh +++ b/setup.sh @@ -52,7 +52,7 @@ apk --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing a echo "==> Install TeXLive" mkdir -p /tmp/install-tl cd /tmp/install-tl -MIRROR_URL="$(curl -w "%{redirect_url}" -o /dev/null -s https://mirrors.ctan.org/)" +MIRROR_URL="$(curl -w "%{redirect_url}" -o /dev/null https://mirrors.ctan.org/)" curl -OL "${MIRROR_URL}systems/texlive/tlnet/install-tl-unx.tar.gz" curl -OL "${MIRROR_URL}systems/texlive/tlnet/install-tl-unx.tar.gz.sha512" curl -OL "${MIRROR_URL}systems/texlive/tlnet/install-tl-unx.tar.gz.sha512.asc"