Update 'update.sh'
This commit is contained in:
@@ -69,7 +69,7 @@ elif [ "${OS}" == "CentOS" ]; then
|
||||
yum update -y
|
||||
|
||||
# install the epel for other packages and wget
|
||||
yum install -y lrepo-release epel-release yum-utils
|
||||
yum install -y elrepo-release epel-release yum-utils
|
||||
|
||||
# download the repo for PBIS-Open for SSO and Domain
|
||||
yum-config-manager --add-repo http://repo.pbis.beyondtrust.com/yum/pbiso.repo
|
||||
@@ -105,7 +105,7 @@ elif [ "${OS}" == "CentOS" ]; then
|
||||
# install the packages
|
||||
# libnsl is needed for pbis and needs to be installed already
|
||||
dnf install -y libnsl
|
||||
dnf install -y sudo pbis-open rsync nano htop iperf3 bind-utils unzip nfs-utils git wget net-tools make
|
||||
dnf install -y sudo pbis-open rsync nano htop iperf3 bind-utils unzip nfs-utils git wget net-tools make
|
||||
|
||||
# install vm tools
|
||||
if [ "${VM}" == "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user