From 60b501c2346bb479eb8385bef843623a79b6fc7e Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Sun, 9 Dec 2018 15:38:17 -0500 Subject: [PATCH] Update domainjoin.sh --- domainjoin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domainjoin.sh b/domainjoin.sh index ee02375..83a94d4 100644 --- a/domainjoin.sh +++ b/domainjoin.sh @@ -9,11 +9,11 @@ if [ -f /etc/debian_version ]; then wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add - wget -O /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list apt update - apt install -y pbis-open + apt install -y pbis-open sudo elif [ -f /etc/redhat-release ]; then wget -O /etc/yum.repos.d/pbiso.repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo yum clean all - yum install pbis-open + yum install pbis-open sudo else echo "Unable to determine linux distro" exit