From 84c7a2a46b6852960be659e0bb599195c42ae15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 23:03:55 +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 2bb8ac21..3504716a 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -45,7 +45,7 @@ function update_script() { # Execute Update msg_info "Updating base 5etools" - wget -q "https://github.com/5etools-mirror-3/5etools-src/archive/refs/tags/${RELEASE}.zip + wget -q "https://github.com/5etools-mirror-3/5etools-src/archive/refs/tags/${RELEASE}.zip" unzip -q "${RELEASE}.zip" mv "${APP}-src-${RELEASE:1}" "/opt/${APP}/img" echo "${RELEASE}" >"/opt/${APP}_version.txt"