From 248da982849a325968533e3dd1444c4969f50945 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Sun, 5 May 2024 12:33:27 +0100 Subject: [PATCH] docs: update install requirements to remove lsb and wget --- 01-Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index 05b01cc..22d2840 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -116,13 +116,13 @@ These examples may save a little typing: This also applies to derivatives: ``` shell -sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip +sudo apt install qemu bash coreutils ovmf grep jq procps python3 genisoimage usbutils util-linux sed socat spice-client-gtk libtss2-tcti-swtpm0 xdg-user-dirs zsync unzip ``` ### Install requirements on Fedora ``` shell -sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip +sudo dnf install qemu bash coreutils edk2-tools grep jq procps python3 genisoimage usbutils util-linux sed socat spice-gtk-tools swtpm xdg-user-dirs xrandr unzip ``` ## Install on macOS @@ -130,5 +130,5 @@ sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genis 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 python@3.10 cdrtools gnu-sed spice-gtk wget zsync +brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk zsync ```