From 36b4e2ae583f18658176d1206a63f8a73a9e0a26 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Tue, 21 Jul 2020 20:36:47 -0400 Subject: [PATCH] remove pbis and add realmd and sssd --- update.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/update.sh b/update.sh index b5c0a79..c346dc3 100644 --- a/update.sh +++ b/update.sh @@ -38,14 +38,11 @@ if [ ${OS} == "Debian" ] || [ ${OS} == "Ubuntu" ]; then # download the gpg key for PBIS-Open wget -O - http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis | apt-key add - - # download the repo for PBIS-Open for SSO and Domain - wget -O /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list - # update the list of available packages apt update # install the packages on all systems - apt install -y pbis-open sudo rsync nano htop nload iperf iperf3 unattended-upgrades unzip git nfs-common uptimed net-tools build-essential curl + apt install -y sudo rsync nano htop nload iperf iperf3 unattended-upgrades unzip git nfs-common uptimed net-tools build-essential curl realmd sssd sssd-tools libnss-sss libpam-sss adcli # install vm tools if [ "${VM}" == "true" ]; then