From 9f6e8c4d7583a59ab1e25f64513a8c6b6266710b Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 17 Sep 2019 21:50:10 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index c261bcf..1c6dc86 100644 --- a/installer.sh +++ b/installer.sh @@ -68,8 +68,8 @@ TERM=ansi whiptail --title "Info" --infobox "Pre-Configuring" 8 20 sleep 2 hostnamectl set-hostname $domain > $OUTPUT 2>&1 timedatectl set-timezone Europe/Amsterdam > $OUTPUT 2>&1 -adduser --system --no-create-home --disabled-password --disabled-login --shell /bin/false --group --home /var/lib/clamav clamav mkdir -p /var/run/clamav +adduser --system --no-create-home --disabled-password --disabled-login --shell /bin/false --group --home /var/lib/clamav clamav chown clamav:clamav /var/run/clamav mkdir -p /etc/nginx mkdir -p /var/www/"$domain"/html @@ -88,7 +88,7 @@ chmod -R 755 /var/www ##----------------------## # Pre-Requirements # ##----------------------## -TERM=ansi whiptail --title "" --infobox "" 0 0 +TERM=ansi whiptail --title "Info" --infobox "Buzzy like a bee" 8 20 $PKGM update $PKGI software-properties-common $PKGA universe -y > $OUTPUT 2>&1