📌JDC fix remote scan Install c058886

This commit is contained in:
Leon 2021-06-28 18:17:52 +08:00 committed by GitHub
parent abe9ba1652
commit 583716c177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ cd /root
ls -l ls -l
``` ```
AMD64 终端输入 **AMD64 终端输入**
``` sh ``` sh
wget https://github.com/Zy143L/jdc/releases/download/2.0/JDC wget https://github.com/Zy143L/jdc/releases/download/2.0/JDC
``` ```
arm64 终端输入 **arm64 终端输入**
``` sh ``` sh
wget https://github.com/Zy143L/jdc/releases/download/2.0/JDC_arm64 wget https://github.com/Zy143L/jdc/releases/download/2.0/JDC_arm64
``` ```
@ -32,12 +32,12 @@ chmod 777 JDC
修改 `config.toml` 中的 `path` 项为 `ql` 修改 `config.toml` 中的 `path` 项为 `ql`
AMD64 终端输入 **AMD64 终端输入**
``` sh ``` sh
nohup ./JDC 1>/dev/null 2>&1 & #AMD64 nohup ./JDC 1>/dev/null 2>&1 & #AMD64
``` ```
arm64 终端输入 **arm64 终端输入**
``` sh ``` sh
nohup ./JDC_arm64 1>/dev/null 2>&1 & #ARM64 nohup ./JDC_arm64 1>/dev/null 2>&1 & #ARM64
``` ```