onekey-install-shell
onekey-install-shell copied to clipboard
自动获取最新frp版本号
version.sh
frpver=$(wget -qO- https://github.com/fatedier/frp/releases/latest | grep "<title>" |sed -r 's/.*Release (.+) · fatedier.*/\1/')
export FRPS_VER=${frpver:1}
即可.安装选择github
麻烦更新一下,自动获取版本号。
作者好像不打算继续维护了?😂
作者好像不打算继续维护了?😂
https://github.com/dylanbai8/frpspro
version.sh
frpver=$(wget -qO- https://github.com/fatedier/frp/releases/latest | grep "<title>" |sed -r 's/.*Release (.+) · fatedier.*/\1/') export FRPS_VER=${frpver:1}即可.安装选择github
curl -s https://api.github.com/repos/fatedier/frp/releases/latest --connect-timeout 10| grep 'tag_name' | cut -d\" -f4
https://github.com/MvsCode/frp-onekey