From a72426704f63e28831349ddeb37a569da29826f0 Mon Sep 17 00:00:00 2001 From: Andrew Beaton Date: Sun, 30 Aug 2026 10:22:25 +0100 Subject: [PATCH] Update download link for Proxmox installer Updated download link to point to new netalertx repository instead of older jokob-sk repository URL. --- install/proxmox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/proxmox/README.md b/install/proxmox/README.md index dfca219cc..308b95a45 100755 --- a/install/proxmox/README.md +++ b/install/proxmox/README.md @@ -13,7 +13,7 @@ An installer script for deploying NetAlertX on Proxmox VE (Debian-based) system ## Download and run the installer ```bash -wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/refs/heads/main/install/proxmox/proxmox-install-netalertx.sh -O proxmox-install-netalertx.sh && chmod +x proxmox-install-netalertx.sh && ./proxmox-install-netalertx.sh +wget https://raw.githubusercontent.com/netalertx/NetAlertX/refs/heads/main/install/proxmox/proxmox-install-netalertx.sh -O proxmox-install-netalertx.sh && chmod +x proxmox-install-netalertx.sh && ./proxmox-install-netalertx.sh ``` ## 📋 What This Installer Does