soffchen / NanoPi-R2S

使用 Github Actions 在线编译内置 OpenClash 的 NanoPi-R2S 固件
600 stars 476 forks source link

Action script is not working anymore #61

Closed wikimao closed 3 years ago

wikimao commented 3 years ago

Action script is not working anymore, compile issue. Many dependencies are missing. Anyone encountered this problem?

soffchen commented 3 years ago

I will try it on 2021.1.1

wikimao commented 3 years ago

What’s your wechat ?

wikimao commented 3 years ago

Hi, Did you try?

trytrojan commented 3 years ago

install clash fail:

log:

Run cd code/friendlywrt/package/base-files/files cd code/friendlywrt/package/base-files/files mkdir -p etc/openclash/core wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-armv8-v1.2.0.gz | gunzip -c > etc/openclash/core/clash wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2020.10.29.g5e54f48.gz | gunzip -c > etc/openclash/core/clash_tun wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz | tar xOvz > etc/openclash/core/clash_game chmod +x etc/openclash/core/clash* shell: /bin/bash -e {0}

gzip: stdin: unexpected end of file Error: Process completed with exit code 1.

gitx6 commented 3 years ago

install clash fail:

log:

Run cd code/friendlywrt/package/base-files/files cd code/friendlywrt/package/base-files/files mkdir -p etc/openclash/core wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-armv8-v1.2.0.gz | gunzip -c > etc/openclash/core/clash wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2020.10.29.g5e54f48.gz | gunzip -c > etc/openclash/core/clash_tun wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz | tar xOvz > etc/openclash/core/clash_game chmod +x etc/openclash/core/clash* shell: /bin/bash -e {0}

gzip: stdin: unexpected end of file Error: Process completed with exit code 1.

https://github.com/soffchen/NanoPi-R2S/issues/54

wikimao commented 3 years ago

install clash fail: log: Run cd code/friendlywrt/package/base-files/files cd code/friendlywrt/package/base-files/files mkdir -p etc/openclash/core wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-armv8-v1.2.0.gz | gunzip -c > etc/openclash/core/clash wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2020.10.29.g5e54f48.gz | gunzip -c > etc/openclash/core/clash_tun wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz | tar xOvz > etc/openclash/core/clash_game chmod +x etc/openclash/core/clash* shell: /bin/bash -e {0} gzip: stdin: unexpected end of file Error: Process completed with exit code 1.

54

===================================================== Update YML file with this: ( URL )

https://github.com/Dreamacro/clash/releases/download/v1.3.5/clash-linux-armv8-v1.3.5.gz https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2021.01.01.g0ab75c5.gz https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz

trytrojan commented 3 years ago

install clash fail: log: Run cd code/friendlywrt/package/base-files/files cd code/friendlywrt/package/base-files/files mkdir -p etc/openclash/core wget -qO- https://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-armv8-v1.2.0.gz | gunzip -c > etc/openclash/core/clash wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2020.10.29.g5e54f48.gz | gunzip -c > etc/openclash/core/clash_tun wget -qO- https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz | tar xOvz > etc/openclash/core/clash_game chmod +x etc/openclash/core/clash* shell: /bin/bash -e {0} gzip: stdin: unexpected end of file Error: Process completed with exit code 1.

54

===================================================== Update YML file with this: ( URL )

https://github.com/Dreamacro/clash/releases/download/v1.3.5/clash-linux-armv8-v1.3.5.gz https://github.com/vernesong/OpenClash/releases/download/TUN-Premium/clash-linux-armv8-2021.01.01.g0ab75c5.gz https://github.com/vernesong/OpenClash/releases/download/TUN/clash-linux-armv8.tar.gz

thanks!

wikimao commented 3 years ago

I will try it on 2021.1.1

hi, Did you try?

soffchen commented 3 years ago

Updated