From b5062f68387d0170da9f29739755c04021d795ad Mon Sep 17 00:00:00 2001 From: rell3k Date: Mon, 6 Oct 2025 08:16:41 -0400 Subject: [PATCH 1/2] Update HW_INSTALL.md Adding new script. --- docs/HW_INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/HW_INSTALL.md b/docs/HW_INSTALL.md index e96248de..0b02d793 100755 --- a/docs/HW_INSTALL.md +++ b/docs/HW_INSTALL.md @@ -73,3 +73,14 @@ curl -o install.sh https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/ins ```bash wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/ubuntu24/install.sh -O install.sh && sudo chmod +x install.sh && sudo ./install.sh ``` + +## 📥 Bare Metal - Proxmox + +> [!NOTE] +> Use this on a clean LXC/VM for Debian 13 OR Ubuntu 24. +> The Scipt will detect OS and build acordingly. + +### Installation via wget +```bash +wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/proxmox/proxmox-install-netalertx.sh -O proxmox-install-netalertx.sh && chmod +x proxmox-install-netalertx.sh && ./proxmox-install-netalertx.sh +``` From 5533beb76d75ea6ecfb473826be7fbd045aad252 Mon Sep 17 00:00:00 2001 From: rell3k Date: Tue, 7 Oct 2025 15:01:32 -0400 Subject: [PATCH 2/2] Update README.md Remove contend from copy block --- 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 b179479c..dfca219c 100755 --- a/install/proxmox/README.md +++ b/install/proxmox/README.md @@ -11,8 +11,8 @@ An installer script for deploying NetAlertX on Proxmox VE (Debian-based) system ### Installation +## Download and run the installer ```bash -# Download and run the installer 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 ```