Update README.md

This commit is contained in:
2026-01-21 18:18:31 -05:00
parent 010d880539
commit 47530528f4

View File

@@ -1,5 +1,5 @@
### Bootstrap Oneliner # Bootstrap Oneliner
# Modifies SSH config to allow root login with a key ### 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" 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"
``` ```