mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
docs: add remote ssh install command
This commit is contained in:
@@ -6,6 +6,12 @@
|
|||||||
curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh | bash -s <username>
|
curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh | bash -s <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or remotely via SSH:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ssh root@<host> "curl -fsSL https://raw.githubusercontent.com/elAgala/server-initializer/main/index.sh | bash -s <username>"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Included
|
## Included
|
||||||
- Server update
|
- Server update
|
||||||
|
|||||||
Reference in New Issue
Block a user