Update QEMU (#604)

* Update qemu to 6.0.50
pull/629/head
Itai Nelken 4 years ago committed by GitHub
parent d43de72177
commit 32b7f08231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,2 @@
Added to Pi-Apps by Itai-Nelken
armhf DEB compiled and packaged using QEMU2DEB (tool by Itai-Nelken) by Itai-Nelken.
arm64 DEB compiled and packaged with QEMU2DEB by chunky-milk.
debs compiled and packaged using QEMU2DEB (tool by Itai-Nelken) by chunky-milk.

@ -8,12 +8,10 @@ function error {
}
cd $HOME
#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
#remove deb if present
rm -f ./qemu*-armhf.deb
#Download QEMU
wget https://archive.org/download/macos_921_qemu_rpi/qemu-5.2.92-armhf.deb || error 'Failed to Download QEMU!'
wget https://github.com/chunky-milk/qemu-arm-builds/releases/download/6.0.50/qemu-6.0.50-armhf.deb || error 'Failed to Download QEMU!'
#Install QEMU
sudo apt install -fy ./qemu-5.2.92-armhf.deb || error 'Failed to install QEMU!'
rm -f qemu-5.2.92-armhf.deb
sudo apt install -fy ./qemu-6.0.50-armhf.deb || error 'Failed to install QEMU!'
rm -f qemu-6.0.50-armhf.deb

@ -8,8 +8,10 @@ function error {
}
cd $HOME
#remove deb is exists
rm -f ./qemu*arm64.deb
#Download QEMU
wget https://archive.org/download/macos_921_qemu_rpi/qemu-5.2.92-arm64.deb || error 'Failed to Download QEMU!'
wget https://github.com/chunky-milk/qemu-arm-builds/releases/download/6.0.50/qemu-6.0.50-arm64.deb || error 'Failed to Download QEMU!'
#Install QEMU
sudo apt install -fy ./qemu-5.2.92-arm64.deb || error 'Failed to unstall QEMU!'
rm -f qemu-5.2.92-arm64.deb
sudo apt install -fy ./qemu-6.0.50-arm64.deb || error 'Failed to install QEMU!'
rm -f qemu-6.0.50-arm64.deb

Loading…
Cancel
Save