Skip to content

Commit

Permalink
fix: frp安装
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jun 2, 2024
1 parent e3a22f9 commit 686bdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/frp/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686bdd9

Please sign in to comment.