remove pbis and add realmd and sssd

This commit is contained in:
2020-07-21 20:36:47 -04:00
parent f91c943bad
commit 36b4e2ae58

View File

@@ -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