From c8e844f6a74c35d70c2482f55d248e6c334a8d30 Mon Sep 17 00:00:00 2001 From: MvsCode <37238560+MvsCode@users.noreply.github.com> Date: Thu, 3 Nov 2022 23:57:31 +0800 Subject: [PATCH] Update install-frps.sh --- install-frps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-frps.sh b/install-frps.sh index 32a6a72c..c4d82ae7 100644 --- a/install-frps.sh +++ b/install-frps.sh @@ -2,7 +2,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin ###export### export PATH -export FRPS_VER=0.44.0 +export FRPS_VER=0.45.0 export FRPS_INIT="https://raw.githubusercontent.com/MvsCode/frps-onekey/master/frps.init" export aliyun_download_url="https://code.aliyun.com/MvsCode/frps-onekey/raw/master" export github_download_url="https://github.com/fatedier/frp/releases/download" @@ -13,7 +13,7 @@ export github_download_url="https://github.com/fatedier/frp/releases/download" # Mender : MvsCode #====================================================================== program_name="frps" -version="220711" +version="221103" str_program_dir="/usr/local/${program_name}" program_init="/etc/init.d/${program_name}" program_config_file="frps.ini"