revert Merge branch 'main' of https://git.hudsonriggs.systems/HRiggs/tools
This commit is contained in:
2025-12-03 04:22:05 +00:00
parent 133b6fb281
commit d82a96eccb

View File

@@ -8,12 +8,6 @@ This file is regenerated by `scripts/generate_readme.sh` on every push.
Run on Linux/macOS using curl:
### enable_wol_proxmox.sh
```bash
curl -fsSL -o enable_wol_proxmox.sh "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/enable_wol_proxmox.sh" && chmod +x enable_wol_proxmox.sh && ./"enable_wol_proxmox.sh"
```
### fakepve.sh
```bash
@@ -32,12 +26,6 @@ curl -fsSL -o list_root_domains.sh "ssh://git@git.hudsonriggs.systems:22113/HRig
curl -fsSL -o selfsigned_certs.sh "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/selfsigned_certs.sh" && chmod +x selfsigned_certs.sh && ./"selfsigned_certs.sh"
```
### setup-nut-slave.sh
```bash
curl -fsSL -o setup-nut-slave.sh "ssh://git@git.hudsonriggs.systems:22113/HRiggs/tools/raw/branch/main/setup-nut-slave.sh" && chmod +x setup-nut-slave.sh && ./"setup-nut-slave.sh"
```
### setup_deploy_user.sh
```bash