File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1212
1313- 下载 ` Openwrt ` 源码并编译
1414- 执行 ` make menuconfig ` 并选择该 package
15- - 执行 ` make package/ddns-scripts_tencent_cloud/compile V=99 ` .
15+ - 编译工具链 ` make -j$(nproc) toolchain/install `
16+ - 编译包 ` make -j$(nproc) package/ddns-scripts_tencent_cloud/compile ` .
1617
17- 或直接将文件复制到目录 :
18+ 或直接下载安装 :
1819
19- 1 . ` cp update_tencent_cloud_com.sh /usr/lib/ddns/update_tencent_cloud_com.sh `
20- 2 . ` cp tencent-cloud.com.json /usr/share/ddns/default/tencent-cloud.com.json `
20+ [ ddns-scripts* tencent_cloud* \< version\>\_ all.ipk] ( https://github.com/FriesI23/ddns-scripts_tencent_cloud/releases/latest )
21+
22+ 或将文件复制到目录:
23+
24+ ``` shell
25+ cp update_tencent_cloud_com.sh /usr/lib/ddns/update_tencent_cloud_com.sh
26+ cp tencent-cloud.com.json /usr/share/ddns/default/tencent-cloud.com.json
27+ ```
2128
2229## 使用方法
2330
You can’t perform that action at this time.
0 commit comments