feat: 下载节点全局替换

This commit is contained in:
耗子
2023-10-19 02:43:18 +08:00
parent 1ca0cc0fa3
commit 6fcd65d0dd
16 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ Before installing the panel, you need to understand the basic knowledge of the L
If you decide to continue, please log in to the server as `root` user and execute the following command to install the panel:
```shell
bash <(curl -sSL https://dl.cdn.haozi.net/panel/install_panel.sh)
bash <(curl -sSL https://jihulab.com/haozi-team/download/-/raw/main/panel/install_panel.sh)
```
## Uninstall Panel
@@ -58,7 +58,7 @@ Recommended to back up data and reinstall the system first, so that the system c
If you are unable to reinstall the system, log in to the server as the `root` user and execute the following command to uninstall the panel:
```shell
bash <(curl -sSL https://dl.cdn.haozi.net/panel/uninstall_panel.sh)
bash <(curl -sSL https://jihulab.com/haozi-team/download/-/raw/main/panel/uninstall_panel.sh)
```
Before uninstalling the panel, please be sure to back up all data and uninstall all panel plugins in advance. The data will **not be recoverable** after uninstallation!