From b7175c4326ca9617bec022c9b6d8b891ea4cc6ed Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:40:52 +0300 Subject: [PATCH] Update 64bit QEMU 5.2.50 --> 5.2.92 --- apps/QEMU/install-64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/QEMU/install-64 b/apps/QEMU/install-64 index 7ea6adb..f1baac1 100755 --- a/apps/QEMU/install-64 +++ b/apps/QEMU/install-64 @@ -9,7 +9,7 @@ function error { cd $HOME #Download QEMU -wget https://archive.org/download/macos_921_qemu_rpi/qemu_5.2.50-1_arm64.deb || error 'Failed to Download QEMU!' +wget https://archive.org/download/macos_921_qemu_rpi/qemu-5.2.92-arm64.deb || error 'Failed to Download QEMU!' #Install QEMU -sudo apt install --fix-broken -y ./qemu_5.2.50-1_arm64.deb || error 'Failed to unstall QEMU!' -rm qemu_5.2.50-1_arm64.deb +sudo apt install -fy ./qemu-5.2.92-arm64.deb || error 'Failed to unstall QEMU!' +rm -f qemu-5.2.92-arm64.deb