prepare debian and fedora installation

This commit is contained in:
zenobit 2023-03-26 03:11:08 +02:00
parent fdca51a41a
commit b21df59a67
1 changed files with 3 additions and 1 deletions

4
dh
View File

@ -91,6 +91,8 @@ set_dir() {
install_prereq() {
# (Void linux)
sudo xbps-install -S qemu bash coreutils grep jq procps-ng python3 util-linux sed spice-gtk swtpm usbutils wget xdg-user-dirs xrandr unzip zsync socat
# Debian: 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
# Fedora: sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip
}
install_dh() {
@ -102,7 +104,7 @@ install_dh() {
echo "Copying to config dir..."
cp -r ready "$DH_CONFIG_DIR/"
cp -r supported "$DH_CONFIG_DIR/"
}
install_process() {