diff --git a/README.md b/README.md index 5fa653f..ea4aa6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ### 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