mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correction of debian dependencies
Taken from : eagavi/quickemu@88682d2 Co-authored-by: eagavi <eagavi@users.noreply.github.com>
This commit is contained in:
parent
6e827af6f2
commit
564a252585
4 changed files with 7 additions and 7 deletions
|
@ -103,9 +103,9 @@ above requirements or their equivalents.
|
|||
|
||||
These examples may save a little typing
|
||||
|
||||
Debian:
|
||||
Debian (and direct derivatives such as MX Linux):
|
||||
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
|
||||
|
||||
Fedora:
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 43c38df5ef08bada423b076274604951d5c13c0d
|
||||
Subproject commit 80801415867ebbd343bfc49b5d7b9fa33a79759a
|
|
@ -209,11 +209,11 @@ to install the above requirements or their equivalents.
|
|||
.PP
|
||||
These examples may save a little typing
|
||||
.PP
|
||||
Debian:
|
||||
Debian (and direct derivatives such as MX Linux):
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
|
||||
\f[R]
|
||||
.fi
|
||||
.PP
|
||||
|
|
|
@ -166,9 +166,9 @@ above requirements or their equivalents.
|
|||
|
||||
These examples may save a little typing
|
||||
|
||||
Debian:
|
||||
Debian (and direct derivatives such as MX Linux):
|
||||
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
|
||||
|
||||
Fedora:
|
||||
|
||||
|
|
Loading…
Reference in a new issue