Fix update message to display version without 'v' prefix

This commit is contained in:
HydroshieldMKII 2025-09-30 18:13:20 -04:00
parent 9b1c5d4af0
commit 12659a9357

View File

@ -45,7 +45,7 @@ function update_script() {
fi fi
msg_info "Updating $APP to v${RELEASE}" msg_info "Updating $APP to ${RELEASE}"
cd /tmp cd /tmp
curl -fsSL -o "${RELEASE}.zip" "https://github.com/HydroshieldMKII/Guardian/archive/refs/tags/${RELEASE}.zip" curl -fsSL -o "${RELEASE}.zip" "https://github.com/HydroshieldMKII/Guardian/archive/refs/tags/${RELEASE}.zip"