Update dapostinstall.sh
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user