From 1a95664e206ceac9789bd2ca8496fbf6094f5b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Fri, 2 Aug 2024 14:59:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20v3=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation/setup_linux_standalone/online_install.md | 4 ++-- docs/quick_start.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation/setup_linux_standalone/online_install.md b/docs/installation/setup_linux_standalone/online_install.md index 18169fdd..8fe8da8f 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 2b044a4a..1892131e 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}}