Josh Wright 7609dc4dcc revert 185ac1cb9e
revert Update update-patchmon.yml
2026-02-22 18:17:49 -05:00
2026-01-22 10:54:54 -05:00
2026-01-19 21:15:40 -05:00
2026-01-21 18:18:31 -05:00
2026-01-17 20:40:25 -05:00
2026-01-22 10:58:58 -05:00
2026-02-22 18:17:49 -05:00

Bootstrap Oneliner

Modifies SSH config to allow root login with a key

tmp=$(mktemp) && curl -fsSL https://gitea.thewrightserver.net/josh/TWS-Semaphore/raw/branch/main/bootstrap.sh -o "$tmp" && chmod +x "$tmp" && bash "$tmp"; rm -f "$tmp"
Description
No description provided
Readme 73 KiB
Languages
Shell 100%