Update dapostinstall.sh

This commit is contained in:
Marek Miklewicz
2024-09-23 13:53:00 +02:00
parent 7d334095c6
commit b8ab53819a
+2 -2
View File
@@ -14,13 +14,13 @@ MIN_PASSWORD_LENGTH=18
MAX_PASSWORD_LENGTH=24 MAX_PASSWORD_LENGTH=24
exec > >(tee -ia "$LOG_FILE") 2>&1 exec > >(tee -ia "$LOG_FILE") 2>&1
cd $DAPOSTINSTALL_DIR 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 wget $HTLINK//daupdate.sh -O /opt/daupdate.sh
chmod 700 /opt/daupdate.sh chmod 700 /opt/daupdate.sh
cd /opt/ cd /opt/
sh daupdate.sh update sh daupdate.sh update
cd $DAPOSTINSTALL_DIR cd $DAPOSTINSTALL_DIR
yum -y install epel-release
clear clear
cd $DAPOSTINSTALL_DIR cd $DAPOSTINSTALL_DIR