From 5e1f7a4803a1ccd53ac779bdb16731858a4631ab Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 2 Dec 2020 12:47:34 +0100 Subject: [PATCH] Fixed oopsie --- installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer.sh b/installer.sh index 4ad99c4..809bb82 100644 --- a/installer.sh +++ b/installer.sh @@ -42,7 +42,6 @@ elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then PKGI="${PKGM} install --setopt=install_weak_deps=False --best -y" PKGLIST="dnf" shortdist=cent8 - exit else echo "This OS is not supported" exit