From 059b9295a9d8475b2b9d7fba2f9d7c5110726e61 Mon Sep 17 00:00:00 2001 From: AryunGupta <38221566+AryunGupta@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:13:19 -0400 Subject: [PATCH] Lots of bug fixes & updated contact info --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2fdd80f..98b429d 100644 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ preflight(){ elif [ "$lsb_dist" = "debian" ]; then apt update --fix-missing apt-get -y install software-properties-common virt-what wget curl dnsutils - elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ]; then + elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ]; then yum -y install virt-what wget bind-utils fi virt_serv=$(echo $(virt-what))