diff --git a/scripts/frp/install.sh b/scripts/frp/install.sh index e9d827e2..825fcc48 100644 --- a/scripts/frp/install.sh +++ b/scripts/frp/install.sh @@ -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