From 0d344ea62ba847f0e0dcc1666c6cd25cc3380695 Mon Sep 17 00:00:00 2001 From: PierreGode <8579922+PierreGode@users.noreply.github.com> Date: Fri, 17 Apr 2020 11:29:05 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index 1c3be21..825b116 100755 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -2229,6 +2229,7 @@ done ################# Precheck for YUM based OS ################# PRECHECK_FN(){ +## curl your private key in this line ## Precheck sends yum based OS to an own menu ## TheOS=$( hostnamectl | grep -i Operating | awk '{print $3}' ) < /dev/null > /dev/null 2>&1 if [ "$TheOS" = "Fedora" ]