Browse Source

Update Patch Mikrotik RouterOS 7.x arm64.yaml

Signed-off-by: xfshi <sxf5487@outlook.com>
pull/68/head
xfshi 1 year ago
committed by GitHub
parent
commit
ab6822790e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml

2
.github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml

@ -36,7 +36,7 @@ jobs:
- name: Create squashfs for option npk
run: |
cd $GITHUB_WORKSPACE
sudo wget -O busybox -nv https://github.com/xfshi/MikroTikPatch/blob/main/busybox/busybox_aarch64
sudo wget -O busybox -nv https://busybox.net/downloads/binaries/1.31.0-defconfig-multiarch-musl/busybox-armv8l
sudo chmod +x busybox
sudo mkdir -p ./option-root/bin/
sudo mv busybox ./option-root/bin/

Loading…
Cancel
Save