diff --git a/docs/installation/setup_linux_standalone/online_install.md b/docs/installation/setup_linux_standalone/online_install.md index 18169fd..8fe8da8 100644 --- a/docs/installation/setup_linux_standalone/online_install.md +++ b/docs/installation/setup_linux_standalone/online_install.md @@ -9,7 +9,7 @@
```console // root@localhost:/opt# - $ curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash + $ curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/download/{{ jumpserver.tag }}/quick_start.sh | bash ---> 100% [Success]: download install script to /opt/jumpserver-installer-{{jumpserver.tag}} @@ -26,7 +26,7 @@
```console // root@localhost:/opt# - $ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash + $ curl -sSL https://github.com/jumpserver/jumpserver/releases/download/{{ jumpserver.tag }}/quick_start.sh | bash ---> 100% [Success]: download install script to /opt/jumpserver-installer-{{jumpserver.tag}} diff --git a/docs/quick_start.md b/docs/quick_start.md index 2b044a4..1892131 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -10,7 +10,7 @@
```console // root@localhost:/opt# - $ curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash + $ curl -sSL https://resource.fit2cloud.com/jumpserver/jumpserver/releases/download/{{ jumpserver.tag }}/quick_start.sh | bash ---> 100% [Success]: download install script to /opt/jumpserver-installer-{{jumpserver.tag}} @@ -26,7 +26,7 @@
```console // root@localhost:/opt# - $ curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash + $ curl -sSL https://github.com/jumpserver/jumpserver/releases/download/{{ jumpserver.tag }}/quick_start.sh | bash ---> 100% [Success]: download install script to /opt/jumpserver-installer-{{jumpserver.tag}}