Update README.md
This commit is contained in:
@@ -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"
|
||||
```
|
||||
Reference in New Issue
Block a user