From 6c3ae701aa04df77972364a4c2ea8186bf9900ef Mon Sep 17 00:00:00 2001 From: Marek Miklewicz Date: Sat, 29 Jul 2023 11:06:37 +0200 Subject: [PATCH] Update dapostinstall.sh --- dapostinstall.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dapostinstall.sh b/dapostinstall.sh index f524de3..0ac12bb 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -1,5 +1,5 @@ #!/bin/bash -# VERSION 1.6.1-28.07.2023 +# VERSION 1.6.2-29.07.2023 DAPOSTINSTALL_DIR=/opt/dapostinstall DADIR=/usr/local/directadmin CBDIR=/usr/local/directadmin/custombuild @@ -7,16 +7,14 @@ LOG_FILE=/var/log/dapostinstall.log HTLINK="https://ht.zenadmin.pl" exec > >(tee -ia "$LOG_FILE") 2>&1 cd $DAPOSTINSTALL_DIR +yum -y install htop wget rsync nano mc ncdu borgbackup 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 -yum -y install htop wget rsync nano mc ncdu borgbackup clear - - cd $DAPOSTINSTALL_DIR echo "Blokada logowania roota hasłem"