diff --git a/README.md b/README.md index 33bb013..8a32fff 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Execute these commands as root: chmod +x 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 diff --git a/freshStart.sh b/freshStart.sh index c65f0b1..ea44d8a 100644 --- a/freshStart.sh +++ b/freshStart.sh @@ -26,7 +26,7 @@ trap cleanup ERR # Install dependencies echo "Installing required packages..." 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 echo "Installing Prometheus Node Exporter..."