```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%
: 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}}