mirror of
https://github.com/geohot/qira
synced 2025-03-12 18:13:15 +03:00
ugh, stupid git merge UX
This commit is contained in:
parent
64def4d61c
commit
6ea62c71a9
@ -30,10 +30,6 @@ if [ ! -d qemu/qemu-latest ]; then
|
||||
wget http://wiki.qemu-project.org/download/qemu-$QEMU_VERSION.tar.bz2
|
||||
|
||||
HASH=`sha256sum ./qemu-"$QEMU_VERSION".tar.bz2 2>/dev/null | cut -d' ' -f1`
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> 55078b2deb6730d383eef04beb9baf5f38076900
|
||||
if [ "$HASH" != "$QEMU_SHA256" ]; then
|
||||
echo "Error: qemu-"$QEMU_VERSION".tar.bz2 has an invalid checksum."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user