diff --git a/spcd.sh b/spcd.sh index 854bae7..035717e 100644 --- a/spcd.sh +++ b/spcd.sh @@ -179,13 +179,13 @@ ${SPCD_PROJECT_ROOT}$(basename "${GITHUB_SERVER_URL}")" ;; "${SPCD_OS_ARCH}") case "${SPCD_OS_VERSION}" in - "20240101" | "20231112") ;; + "20240818" | "20240101") ;; *) spcd_error_os "SPCD_OS_VERSION" ;; esac ;; "${SPCD_OS_DEBIAN}") case "${SPCD_OS_VERSION}" in - "bullseye" | "bookworm") ;; + "bookworm" | "bullseye") ;; *) spcd_error_os "SPCD_OS_VERSION" ;; esac ;;