From 47530528f4931690aca78fea7931fdb0e4825ca9 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Wed, 21 Jan 2026 18:18:31 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea4aa6c..ce7f8b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -### Bootstrap Oneliner -# Modifies SSH config to allow root login with a key +# 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" ``` \ No newline at end of file