Merge branch 'main' of 10.10.10.63:LotusGuild/freshStartScript

This commit is contained in:
2026-01-01 16:01:39 -05:00
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ Execute these commands as root:
chmod +x freshStart.sh chmod +x freshStart.sh
./freshStart.sh ./freshStart.sh
``` ```
or if you want to run instantly without downloading (recommended)
```bash
curl -s http://10.10.10.63:3000/LotusGuild/freshStartScript/raw/branch/main/freshStart.sh | bash
```
## 📦 Components Installed ## 📦 Components Installed

View File

@@ -26,7 +26,7 @@ trap cleanup ERR
# Install dependencies # Install dependencies
echo "Installing required packages..." echo "Installing required packages..."
apt-get update apt-get update
apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors neofetch rsync apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors fastfetch rsync fio jq
# Install Node Exporter # Install Node Exporter
echo "Installing Prometheus Node Exporter..." echo "Installing Prometheus Node Exporter..."