From b8d8b5d7146f76535bdae6ad92db00d95db57e1a Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Sun, 9 Dec 2018 14:21:44 -0500 Subject: [PATCH] Update domainjoin.sh --- domainjoin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domainjoin.sh b/domainjoin.sh index 68b93fb..ee02375 100644 --- a/domainjoin.sh +++ b/domainjoin.sh @@ -6,7 +6,7 @@ if [ "$EUID" -ne 0 ]; then fi if [ -f /etc/debian_version ]; then - wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis|sudo apt-key add - + 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