forked from buzzhub/lsyupdate
1
This commit is contained in:
parent
e460ab7950
commit
2ae5e70f59
@ -5,7 +5,7 @@ FRPC_DIR="/data/lsyfrpc"
|
||||
|
||||
# 下载 FRPC(可保留原逻辑,不过在打包时可能已经包含了二进制文件,这里可按需调整)
|
||||
function down_frpc() {
|
||||
if [! -e "$FRPC_FILE" ]; then
|
||||
if [ ! -e "$FRPC_FILE" ]; then
|
||||
echo "[INFO] Installing FRPC to '$FRPC_DIR'..."
|
||||
mkdir -p "$FRPC_DIR"
|
||||
wget "https://box.jxm.cool/download/frpc" -O "$FRPC_FILE"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user