docs: update download links in JAR deployment documentation (#486)

Update download links in JAR deployment documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-12-17 18:06:10 +08:00
committed by GitHub
parent 0eb010c402
commit a8c923892f
2 changed files with 16 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ title: 使用 JAR 文件部署
3. 下载运行包
```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O halo.jar
```
:::info
@@ -249,9 +249,15 @@ journalctl -n 20 -u halo
3. 下载新版本的 Halo 运行包,覆盖原有的运行包
```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O /home/halo/app/halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O /home/halo/app/halo.jar
```
:::info
以下是官方维护的下载地址:
1. [https://download.halo.run](https://download.halo.run)
2. [https://github.com/halo-dev/halo/releases](https://github.com/halo-dev/halo/releases)
:::
4. 启动 Halo 服务
```bash

View File

@@ -53,7 +53,7 @@ title: 使用 JAR 文件部署
3. 下载运行包
```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O halo.jar
```
:::info
@@ -249,9 +249,15 @@ journalctl -n 20 -u halo
3. 下载新版本的 Halo 运行包,覆盖原有的运行包
```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O /home/halo/app/halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O /home/halo/app/halo.jar
```
:::info
以下是官方维护的下载地址:
1. [https://download.halo.run](https://download.halo.run)
2. [https://github.com/halo-dev/halo/releases](https://github.com/halo-dev/halo/releases)
:::
4. 启动 Halo 服务
```bash