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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.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/ |
|
|
|
|