onekey-install-shell icon indicating copy to clipboard operation
onekey-install-shell copied to clipboard

自动获取最新frp版本号

Open onepve opened this issue 7 years ago • 5 comments

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

onepve avatar Feb 21 '19 11:02 onepve

麻烦更新一下,自动获取版本号。

snowdream avatar Apr 08 '19 22:04 snowdream

作者好像不打算继续维护了?😂

tufu9441 avatar Jun 07 '19 08:06 tufu9441

作者好像不打算继续维护了?😂

https://github.com/dylanbai8/frpspro

bajins avatar Jul 03 '19 04:07 bajins

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

bajins avatar Jul 03 '19 04:07 bajins

https://github.com/MvsCode/frp-onekey

tufu9441 avatar Jul 03 '19 05:07 tufu9441