diff --git a/README.md b/README.md index d6d2fda..5efcc79 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/ind Or remotely via SSH: ```bash -ssh root@ "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)' -- " +ssh root@ \ + "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 -- " ```