This commit is contained in:
zqiushi 2025-01-08 18:21:45 +08:00
parent e460ab7950
commit 2ae5e70f59

View File

@ -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"