From 04dba225075407b46abe9d3de83a41f5ad2bafc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 23:15:07 +0100 Subject: [PATCH] Update 5etools.sh --- ct/5etools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index 3504716a..1eb60be2 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -74,7 +74,7 @@ function update_script() { # Execute Update msg_info "Updating 5etools images" - curl -sS "https://github.com/5etools-mirror-2/5etools-img/archive/refs/tags/${IMG_RELEASE}.zip" > "${IMG_RELEASE}.zip" + curl -sSL "https://github.com/5etools-mirror-2/5etools-img/archive/refs/tags/${IMG_RELEASE}.zip" > "${IMG_RELEASE}.zip" unzip -q "${IMG_RELEASE}.zip" mv "${APP}-img-${IMG_RELEASE:1}" /opt/${APP}/img echo "${IMG_RELEASE}" >"/opt/${APP}_IMG_version.txt"