diff --git a/dapostinstall.sh b/dapostinstall.sh index 7bfff7e..9ab7cb0 100755 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -14,13 +14,13 @@ MIN_PASSWORD_LENGTH=18 MAX_PASSWORD_LENGTH=24 exec > >(tee -ia "$LOG_FILE") 2>&1 cd $DAPOSTINSTALL_DIR -yum -y install htop wget rsync nano mc ncdu borgbackup screen net-tools htop +yum -y install epel-release +yum -y install htop wget rsync nano mc ncdu borgbackup screen net-tools htop libmemcached libmemcached-devel wget $HTLINK//daupdate.sh -O /opt/daupdate.sh chmod 700 /opt/daupdate.sh cd /opt/ sh daupdate.sh update cd $DAPOSTINSTALL_DIR -yum -y install epel-release clear cd $DAPOSTINSTALL_DIR