Update update.sh

This commit is contained in:
tschettervictor
2025-11-07 20:30:38 -07:00
committed by GitHub
parent 36a3a45aa5
commit d1ea15002b

View File

@@ -347,7 +347,7 @@ if [ "${TARGET}" = 'TEMPLATES' ]; then
elif echo "${TARGET}" | grep -Eq '^[A-Za-z0-9_-]+/[A-Za-z0-9_-]+$'; then
BASTILLE_TEMPLATE="${TARGET}"
template_update
elif echo "${TARGET}" | grep -Eq "[0-9]\{2\}.[0-9](\-RELEASE|\-CURRENT)"; then
elif echo "${TARGET}" | grep -q "[0-9]\{2\}.[0-9]-\(RELEASE\|CURRENT\)"; then
release_check
if [ "${PKGBASE}" -eq 1 ]; then
release_update_pkgbase