Merge branch 'main' of https://git.hudsonriggs.systems/HRiggs/tools
Some checks failed
Generate README / build (push) Failing after 8s
Some checks failed
Generate README / build (push) Failing after 8s
This commit is contained in:
12
README.md
12
README.md
@@ -8,6 +8,12 @@ This file is regenerated by `scripts/generate_readme.sh` on every push.
|
|||||||
|
|
||||||
Run on Linux/macOS using curl:
|
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
|
### fakepve.sh
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -26,6 +32,12 @@ 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"
|
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
|
### setup_deploy_user.sh
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user