From 5a6495978d6d06d83305dab064b549058e95dc0d Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Tue, 14 May 2024 17:26:11 +0100 Subject: [PATCH] Update install requirements --- 01-Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index 8c13c6c..7e57feb 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -118,13 +118,13 @@ These examples may save a little typing: This also applies to derivatives: ``` shell -sudo apt install qemu bash coreutils ovmf grep jq mesa-utils pciutils procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip +sudo apt-get install bash coreutils curl genisoimage grep jq mesa-utils ovmf pciutils procps python3 qemu sed socat spice-client-gtk swtpm-tools unzip usbutils util-linux xdg-user-dirs xrandr zsync ``` ### Install requirements on Fedora ``` shell -sudo dnf install qemu bash coreutils edk2-tools grep jq mesa-demos pciutils procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip +sudo dnf install bash coreutils curl edk2-tools genisoimage grep jq mesa-demos pciutils procps python3 qemu sed socat spice-gtk-tools swtpm unzip usbutils util-linux xdg-user-dirs xrandr zsync ``` ### Install requirements on Gentoo @@ -161,5 +161,5 @@ sudo emerge --ask --noreplace app-emulation/qemu \ macOS support is a **work in progress**. See [issue 447](https://github.com/quickemu-project/quickemu/issues/447) for more information. ``` shell -brew install qemu bash coreutils grep jq pciutils python@3.10 cdrtools gnu-sed spice-gtk zsync +brew install bash curl cdrtools coreutils gnu-sed grep jq ncurses pciutils procps python@3.10 qemu unzip usbutils socat spice-gtk swtpm zsync ```