diff --git a/apps/QEMU/install-32 b/apps/QEMU/install-32 index 927b947..1fc9c42 100755 --- a/apps/QEMU/install-32 +++ b/apps/QEMU/install-32 @@ -14,4 +14,3 @@ wget https://archive.org/download/macos_921_qemu_rpi/qemu-5.2.50-armhf.deb || er #Install QEMU sudo apt install --fix-broken -y ./qemu-5.2.50-armhf.deb || error 'Failed to install QEMU!' rm qemu-5.2.50-armhf.deb -