Update 5etools.sh

This commit is contained in:
Johanna Rührig 2025-01-01 22:53:52 +01:00 committed by GitHub
parent 7efb0e60b0
commit bd98f5a224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,9 +74,9 @@ 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"
curl -L "https://github.com/5etools-mirror-2/5etools-img/archive/refs/tags/${IMG_RELEASE}.zip" > "${IMG_RELEASE}.zip"
unzip "${IMG_RELEASE}.zip"
mv "${APP}-img-${IMG_RELEASE:1}" "/opt/${APP}/img"
mv "${APP}-img-${IMG_RELEASE:1}" /opt/${APP}/img
echo "${IMG_RELEASE}" >"/opt/${APP}_IMG_version.txt"
msg_ok "Updating 5etools images"