mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 17:17:13 +08:00
fix: frp安装
This commit is contained in:
@@ -40,6 +40,7 @@ else
|
||||
fi
|
||||
|
||||
# 下载frp
|
||||
cd ${frpPath}
|
||||
wget -T 120 -t 3 -O ${frpPath}/${frpFile} ${downloadUrl}/${frpFile}
|
||||
wget -T 20 -t 3 -O ${frpPath}/${frpFile}.checksum.txt ${downloadUrl}/${frpFile}.checksum.txt
|
||||
if ! sha256sum --status -c ${frpPath}/${frpFile}.checksum.txt; then
|
||||
|
||||
Reference in New Issue
Block a user