diff --git a/ct/patchmon.sh b/ct/patchmon.sh index 99511aaa9..1c40ee8f1 100644 --- a/ct/patchmon.sh +++ b/ct/patchmon.sh @@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Copyright (c) 2021-2026 community-scripts ORG # Author: vhsdream # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://github.com/PatcMmon/PatchMon +# Source: https://github.com/PatchMon/PatchMon APP="PatchMon" var_tags="${var_tags:-monitoring}" @@ -29,7 +29,7 @@ function update_script() { exit fi - RELEASE="v2.0.1" + RELEASE="v2.0.2" if check_for_gh_release "PatchMon" "PatchMon/PatchMon" "${RELEASE}"; then msg_info "Stopping Service" systemctl stop patchmon-server diff --git a/install/patchmon-install.sh b/install/patchmon-install.sh index 914591719..804dc24a6 100644 --- a/install/patchmon-install.sh +++ b/install/patchmon-install.sh @@ -20,7 +20,7 @@ msg_ok "Installed Dependencies" PG_VERSION="17" setup_postgresql PG_DB_NAME="patchmon_db" PG_DB_USER="patchmon_usr" setup_postgresql_db -RELEASE="v2.0.1" +RELEASE="v2.0.2" fetch_and_deploy_gh_release "PatchMon" "PatchMon/PatchMon" "singlefile" "$RELEASE" "/opt/patchmon" "patchmon-server-linux-amd64" mv /opt/patchmon/PatchMon /opt/patchmon/patchmon-server