Update 64bit QEMU 5.2.50 --> 5.2.92

pull/570/head
Itai Nelken 5 years ago committed by GitHub
parent 79f5539124
commit b7175c4326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ function error {
cd $HOME cd $HOME
#Download QEMU #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 #Install QEMU
sudo apt install --fix-broken -y ./qemu_5.2.50-1_arm64.deb || error 'Failed to unstall QEMU!' sudo apt install -fy ./qemu-5.2.92-arm64.deb || error 'Failed to unstall QEMU!'
rm qemu_5.2.50-1_arm64.deb rm -f qemu-5.2.92-arm64.deb

Loading…
Cancel
Save