Update install-frps.sh
This commit is contained in:
@@ -7,10 +7,10 @@ export PATH
|
||||
# Set environment variables
|
||||
export FRPS_VER="$LATEST_RELEASE"
|
||||
export FRPS_VER_32BIT="$LATEST_RELEASE"
|
||||
export FRPS_INIT="https://raw.githubusercontent.com/MvsCode/frps-onekey/master/frps.init"
|
||||
export gitee_download_url="https://gitee.com/Mvscode/frps-onekey/releases/download"
|
||||
export FRPS_INIT="https://raw.githubusercontent.com/mvsCode/frps-onekey/master/frps.init"
|
||||
export gitee_download_url="https://gitee.com/mvscode/frps-onekey/releases/download"
|
||||
export github_download_url="https://github.com/fatedier/frp/releases/download"
|
||||
export gitee_latest_version_api="https://gitee.com/api/v5/repos/MvsCode/frps-onekey/releases/latest"
|
||||
export gitee_latest_version_api="https://gitee.com/api/v5/repos/mvscode/frps-onekey/releases/latest"
|
||||
export github_latest_version_api="https://api.github.com/repos/fatedier/frp/releases/latest"
|
||||
|
||||
# Program information
|
||||
@@ -20,7 +20,7 @@ str_program_dir="/usr/local/${program_name}"
|
||||
program_init="/etc/init.d/${program_name}"
|
||||
program_config_file="frps.toml"
|
||||
ver_file="/tmp/.frp_ver.sh"
|
||||
str_install_shell="https://raw.githubusercontent.com/Mvscode/frps-onekey/master/install-frps.sh"
|
||||
str_install_shell="https://raw.githubusercontent.com/mvscode/frps-onekey/master/install-frps.sh"
|
||||
|
||||
# Function to check for shell updates
|
||||
shell_update() {
|
||||
|
||||
Reference in New Issue
Block a user