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

一大坨一键安装脚本

Results 11 onekey-install-shell issues
Sort by recently updated
recently updated
newest added

+---------------------------------------------------------+ | frps for Linux Server, Written by Clang | +---------------------------------------------------------+ | A tool to auto-compile & install frps on Linux | +---------------------------------------------------------+ | Intro: http://koolshare.cn/thread-65379-1-1.html | +---------------------------------------------------------+ Check updates...

大佬,能分享下 http://fw.koolcenter.com/ 目录程序源码吗? 很喜欢这个目录程序风格,不知道能否分享

read -p "请输入FRP服务端密码:[frp888]" password if [ ! $password ] ;then password=frp888 fi read -p "请输入FRP服务端域名:[frpzj.kskxs.com]" IP if [ ! $IP ] ;then IP=frpzj.kskxs.com fi read -p "请输入本地IP:[127.0.0.1]" Local if [...

version.sh ``` frpver=$(wget -qO- https://github.com/fatedier/frp/releases/latest | grep "" |sed -r 's/.*Release (.+) · fatedier.*/\1/') export FRPS_VER=${frpver:1} ``` 即可.安装选择github

Update version.sh to 0.26.0

Starting Frps(0.20.0).../etc/init.d/frps: line 48: [: 4607: binary operator expected

可以修改一下version.sh了