2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

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

View File

@@ -19,7 +19,7 @@ limitations under the License.
HR="+----------------------------------------------------"
OS=$(source /etc/os-release && { [[ "$ID" == "debian" ]] && echo "debian"; } || { [[ "$ID" == "centos" ]] || [[ "$ID" == "rhel" ]] || [[ "$ID" == "rocky" ]] || [[ "$ID" == "almalinux" ]] && echo "centos"; } || echo "unknown")
downloadUrl="https://dl.cdn.haozi.net/panel/pure-ftpd"
downloadUrl="https://jihulab.com/haozi-team/download/-/raw/main/panel/pure-ftpd"
setupPath="/www"
pureftpdPath="${setupPath}/server/pure-ftpd"
pureftpdVersion="1.0.50"