We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e503e8e commit 687d2a0Copy full SHA for 687d2a0
.github/workflows/lo-test.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |
54
cd
55
curl -sL https://raw.githubusercontent.com/stupidloud/nanopi-openwrt/zstd-bin/zstd | sudo tee /usr/bin/zstd > /dev/null
56
+ sudo chown $USER:$(id -gn) /mnt
57
for i in {1..20}
58
do
59
curl -sL --fail https://github.com/stupidloud/sshactions/releases/download/cache/lede.$DEVICE.img.zst.0$i || break
0 commit comments