From 6d354e0cd114149f96f69d021a84ba5d31d35b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 21:51:22 +0100 Subject: [PATCH] Update 5etools.sh --- ct/5etools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index 78b33297..86439896 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -46,7 +46,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" - unzip "${RELEASE}.zip" -d "/opt/${APP}" + unzip -j "${RELEASE}.zip" -d "/opt/${APP}" echo "${RELEASE}" >"/opt/${APP}_version.txt" msg_ok "Updated base 5etools" @@ -74,7 +74,7 @@ function update_script() { # Execute Update msg_info "Updating 5etools images" wget -q "https://github.com/5etools-mirror-2/5etools-img/archive/refs/tags/${IMG_RELEASE}.zip" - unzip "${IMG_RELEASE}.zip" -d "/opt/${APP}/img" + unzip -j "${IMG_RELEASE}.zip" -d "/opt/${APP}/img" echo "${IMG_RELEASE}" >"/opt/${APP}_IMG_version.txt" msg_ok "Updating 5etools images"