2026-01-17 22:19:57 -05:00
2026-01-17 20:53:04 -05:00
2026-01-17 20:59:53 -05:00
2026-01-17 20:40:25 -05:00
2026-01-17 22:19:57 -05:00

Bootstrap Oneliner

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%