mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-08-26 18:15:56 +00:00
1
.github/workflows/mikrotik_patch_6.yml
vendored
1
.github/workflows/mikrotik_patch_6.yml
vendored
@@ -138,6 +138,7 @@ jobs:
|
||||
if: steps.get_latest.outputs.has_new_version == 'true'
|
||||
run: |
|
||||
sudo modprobe nbd
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qemu-utils extlinux > /dev/null
|
||||
truncate --size 64M install-image-$LATEST_VERSION.img
|
||||
sudo qemu-nbd -c /dev/nbd0 -f raw install-image-$LATEST_VERSION.img
|
||||
|
||||
Reference in New Issue
Block a user