mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-13 21:06:16 +00:00
docs: update README command to make it multiline
This commit is contained in:
@@ -11,7 +11,10 @@ curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/ind
|
|||||||
Or remotely via SSH:
|
Or remotely via SSH:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh root@<host> "ADMIN_SSH_KEY='ssh-ed25519 AAAA...' DEPLOY_SSH_KEY='ssh-ed25519 AAAA...' bash -c '\$(curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh)' -- <username>"
|
ssh root@<host> \
|
||||||
|
"export ADMIN_SSH_KEY='ssh-ed25519 AAAA...' && \
|
||||||
|
export DEPLOY_SSH_KEY='ssh-ed25519 AAAA...' && \
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh | bash -s -- <username>"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user