Skip to content

Commit

Permalink
Update frps_linux_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjiban authored Jan 25, 2024
1 parent cf64230 commit 3eff50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frps_linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frps
FRP_VERSION=0.53.2
FRP_PATH=/usr/local/frp
PROXY_URL="https://ghproxy.com/"
PROXY_URL="https://gh-proxy.com/"

# check frpc
if [ -f "/usr/local/frp/${FRP_NAME}" ] || [ -f "/usr/local/frp/${FRP_NAME}.ini" ] || [ -f "/lib/systemd/system/${FRP_NAME}.service" ];then
Expand Down

0 comments on commit 3eff50a

Please sign in to comment.