Update 32bit QEMU 5.2.90 --> 5.2.92

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

@ -8,12 +8,12 @@ function error {
}
cd $HOME
#remove 5.2.50 deb if present
rm -f ./qemu-5.2.50-armhf.deb
#remove 5.2.90 deb if present
rm -f ./qemu-5.2.90-armhf.deb
#remove 5.2.92 deb if present
rm -f ./qemu-5.2.92-armhf.deb
#Download QEMU
wget https://archive.org/download/macos_921_qemu_rpi/qemu-5.2.90-armhf.deb || error 'Failed to Download QEMU!'
wget https://archive.org/download/macos_921_qemu_rpi/qemu-5.2.92-armhf.deb || error 'Failed to Download QEMU!'
#Install QEMU
sudo apt install --fix-broken -y ./qemu-5.2.90-armhf.deb || error 'Failed to install QEMU!'
rm -f qemu-5.2.90-armhf.deb
sudo apt install -fy ./qemu-5.2.92-armhf.deb || error 'Failed to install QEMU!'
rm -f qemu-5.2.92-armhf.deb

Loading…
Cancel
Save