mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Use qemu AppImage
This commit is contained in:
parent
be12613c09
commit
f9d5d19a8c
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -1543,7 +1543,7 @@ readonly DISK_MIN_SIZE=$((197632 * 8))
|
|||
readonly VERSION="4.8"
|
||||
|
||||
# TODO: Make this run the native architecture binary
|
||||
QEMU=$(command -v qemu-system-x86_64)
|
||||
QEMU=$(command -v ./QEMU-4.2.0.AppImage)
|
||||
QEMU_IMG=$(command -v qemu-img)
|
||||
if [ ! -e "${QEMU}" ] || [ ! -e "${QEMU_IMG}" ]; then
|
||||
echo "ERROR! QEMU not found. Please make install qemu-system-x86_64 and qemu-img"
|
||||
|
|
Loading…
Reference in a new issue