Skip to content

Commit

Permalink
tmp: Try other QEMU version
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Nov 22, 2023
1 parent e256a54 commit f80625d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions download-qemu-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ fi

rm -f qemu-*-static

version='8.2.0~rc0'
build='ds-1'
version='8.0.4'
build='dfsg-1ubuntu5'
curl -sL \
"http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_${version}+${build}_amd64.deb" |
"https://mirrors.edge.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_${version}%2B${build}_amd64.deb" |
dpkg-deb --extract - ./deb-tmp
mv ./deb-tmp/usr/bin/qemu-*-static ./
rm -rf ./deb-tmp
sha256sum --check << 'EOF'
af7e5b7c7decd3a91eb30d8996f16d04a2278d75cba3643ec8a2353ebc958e6e qemu-aarch64-static
e5baa298f517e1d64014e99972df4ef53a77779f57c16973bd9af07b91bdd150 qemu-ppc64le-static
996aa9b062de8287247eacb1489609c9afc292868a63ee4d76317e56f03c4a62 qemu-s390x-static
0312d58f7f2e5825c84d9c39e686da8a2714728c5ed5b872716f06e189e6bbaa qemu-aarch64-static
6a9cc7d3d1a931811b1b91bbff83fb0bbfb0fb06cf8b7b980afad2ee55e3d06a qemu-ppc64le-static
8cf7e22ce2038cb36d9d0a9c49118e76a7fe6ab5d9c27d595b6815acc4b3bfac qemu-s390x-static
EOF

0 comments on commit f80625d

Please sign in to comment.