mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Merge branch 'main' of https://github.com/jokob-sk/NetAlertX
This commit is contained in:
@@ -73,3 +73,14 @@ curl -o install.sh https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/ins
|
|||||||
```bash
|
```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
|
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
|
||||||
|
```
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ An installer script for deploying NetAlertX on Proxmox VE (Debian-based) system
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
## Download and run the installer
|
||||||
```bash
|
```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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user