fix(readme): Update Quick Install command syntax in readme for auto-yes installation

This commit is contained in:
2025-03-25 12:57:12 +00:00
parent f9aa1cfd2f
commit 89a5d23d2f
3 changed files with 7 additions and 5 deletions

View File

@@ -20,10 +20,7 @@ NUPST is a command-line tool that monitors SNMP-enabled UPS devices and initiate
```bash
# Install directly without cloning the repository (requires root privileges)
curl -sSL https://code.foss.global/serve.zone/nupst/raw/branch/main/install.sh | sudo bash
# Install with auto-yes for dependencies (will install git automatically if needed)
curl -sSL https://code.foss.global/serve.zone/nupst/raw/branch/main/install.sh | sudo bash -s -- -y
curl -sSL https://code.foss.global/serve.zone/nupst/raw/branch/main/install.sh | sudo bash -c "bash -s -- -y"
```
### Direct from Git