Update 5etools.sh

This commit is contained in:
Johanna Rührig 2025-01-01 23:03:55 +01:00 committed by GitHub
parent b7a53984f1
commit 84c7a2a46b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"