From 141b41fb7514e8913b209e765d9d51bd834b37d0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:45:33 +0100 Subject: [PATCH] Add uuid-runtime to Debian install requirements #1256 --- 01-Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index 5522b18..e08ce68 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -101,7 +101,7 @@ requirements manually: - [python3](https://www.python.org/) - [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html) - [usbutils](https://github.com/gregkh/usbutils) -- [util-linux](https://github.com/karelzak/util-linux) +- [util-linux](https://github.com/karelzak/util-linux); including `uuidgen`. - [sed](https://www.gnu.org/software/sed/) - [socat](http://www.dest-unreach.org/socat/) - [spicy](https://gitlab.freedesktop.org/spice/spice-gtk) @@ -118,7 +118,7 @@ These examples may save a little typing: This also applies to derivatives: ``` shell -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 +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 uuidgen-runtime xdg-user-dirs xrandr zsync ``` ### Install requirements on Fedora