mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-12 05:35:09 +02:00
Updated install oneliner
This commit is contained in:
parent
90da7b4999
commit
c73bdd5b51
@ -51,7 +51,7 @@ For every install method your OS **must** be linux and docker has to be installe
|
|||||||
|
|
||||||
Replace the `RELEASE` value in the following oneliner with the latest release [version](https://github.com/ByteDream/docker4ssh/releases/latest).
|
Replace the `RELEASE` value in the following oneliner with the latest release [version](https://github.com/ByteDream/docker4ssh/releases/latest).
|
||||||
```shell
|
```shell
|
||||||
$ RELEASE=<latest version> curl -L https://github.com/ByteDream/docker4ssh/releases/download/v$RELEASE/docker4ssh-$RELEASE.tar.gz | tar -xvzf - -C /
|
$ export RELEASE=<latest version> && curl -L https://github.com/ByteDream/docker4ssh/releases/download/v$RELEASE/docker4ssh-$RELEASE.tar.gz | tar -xvzf - -C /
|
||||||
- Building from source
|
- Building from source
|
||||||
|
|
||||||
Before start installing, make sure you have to following things ready:
|
Before start installing, make sure you have to following things ready:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user