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