File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 4141 - name : Checkout
4242 uses : actions/checkout@main
4343
44+ - name : download ddns-go
45+ run : |
46+ wget https://github.com/jeessy2/ddns-go/releases/download/v6.2.0/ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
47+ tar -zxvf ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
48+ mv ddns-go openwrt/package/base-files/files/bin/ddns-go
49+ ls openwrt/package/base-files/files/bin
50+
4451 - name : Initialization environment
4552 env :
4653 DEBIAN_FRONTEND : noninteractive
6774 chmod +x $DIY_P1_SH
6875 cd openwrt
6976 $GITHUB_WORKSPACE/$DIY_P1_SH
70- - name : download ddns-go
71- run : |
72- wget https://github.com/jeessy2/ddns-go/releases/download/v6.2.0/ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
73- tar -zxvf ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
74- mv ddns-go openwrt/package/base-files/files/bin/ddns-go
75- ls openwrt/package/base-files/files/bin
7677
7778 - name : install depends
7879 run : |
You can’t perform that action at this time.
0 commit comments