From b8ab53819a9a638663e3d58e269153e724121505 Mon Sep 17 00:00:00 2001 From: Marek Miklewicz Date: Mon, 23 Sep 2024 13:53:00 +0200 Subject: [PATCH] Update dapostinstall.sh --- dapostinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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