mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
prepare debian and fedora installation
This commit is contained in:
parent
fdca51a41a
commit
b21df59a67
1 changed files with 3 additions and 1 deletions
4
dh
4
dh
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue