mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
chore: bump version to 4.9
This commit is contained in:
parent
055af8d741
commit
9ebf81ba46
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -1540,7 +1540,7 @@ SOUND_CARD=""
|
||||||
# shellcheck disable=SC2155
|
# shellcheck disable=SC2155
|
||||||
readonly LAUNCHER=$(basename "${0}")
|
readonly LAUNCHER=$(basename "${0}")
|
||||||
readonly DISK_MIN_SIZE=$((197632 * 8))
|
readonly DISK_MIN_SIZE=$((197632 * 8))
|
||||||
readonly VERSION="4.8"
|
readonly VERSION="4.9"
|
||||||
|
|
||||||
# TODO: Make this run the native architecture binary
|
# TODO: Make this run the native architecture binary
|
||||||
QEMU=$(command -v qemu-system-x86_64)
|
QEMU=$(command -v qemu-system-x86_64)
|
||||||
|
|
Loading…
Reference in a new issue