Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Nov 10, 2023
1 parent 7012e94 commit c00d5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -857,10 +857,10 @@ get_host_pkgs(){
log notice "Initiating installation of hypervisor-required packages... Please wait, as this could take a while..."
if [ "$ubuntu_derivative_detected" = "1" ]; then
install_package_debian_common
install_virtualbox_debian
install_virtualbox_ubuntu
elif [ "$debian_derivative_detected" = "1" ]; then
install_package_debian_common
install_virtualbox_ubuntu
install_virtualbox_debian
elif [ "$fedora_derivative_detected" = "1" ]; then
install_package_fedora_common
install_virtualbox_fedora
Expand Down

0 comments on commit c00d5e2

Please sign in to comment.