From 9388ef4fa4cd7427fbcc3e00b11ba4765edb27a4 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:14:17 +0100 Subject: [PATCH] Remove disabled script error messages Removed error messages related to OpenResty APT repository issues. --- ct/nginxproxymanager.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index 0e1ab3dac..ab931a591 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -28,12 +28,6 @@ function update_script() { exit fi - msg_error "This script is currently disabled due to an external issue with the OpenResty APT repository." - msg_error "The repository's GPG key uses SHA-1 signatures, which are no longer accepted by Debian as of February 1, 2026." - msg_error "The issue is tracked in openresty/openresty#1097" - msg_error "For more details, see: https://github.com/community-scripts/ProxmoxVE/issues/11406" - exit 1 - if [[ $(grep -E '^VERSION_ID=' /etc/os-release) == *"12"* ]]; then msg_error "Wrong Debian version detected!" msg_error "Please create a snapshot first. You must upgrade your LXC to Debian Trixie before updating. Visit: https://github.com/community-scripts/ProxmoxVE/discussions/7489"