Fix for nginx exclude

There are some ways to fix this

First put nginx at the beginig or modify this line

software=$(echo "$software" | sed -e "s/^nginx//")
Replacing it by this one:
software=$(echo "$software" | sed -e "s/nginx//")
Or by this:
software=$(echo "$software" | sed -e "s/ nginx//")
This commit is contained in:
Maksim Usmanov | Maks 2019-04-28 16:03:54 +02:00 committed by GitHub
commit 3acd228169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,12 @@ codename="$(lsb_release -s -c)"
vestacp="$VESTA/install/$VERSION/$release"
# Defining software pack for all distros
software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
software="nginx apache2 apache2.2-common apache2-suexec-custom apache2-utils
apparmor-utils awstats bc bind9 bsdmainutils bsdutils clamav-daemon
cron curl dnsutils dovecot-imapd dovecot-pop3d e2fslibs e2fsprogs exim4
exim4-daemon-heavy expect fail2ban flex ftp git idn imagemagick
libapache2-mod-fcgid libapache2-mod-php libapache2-mod-rpaf
libapache2-mod-ruid2 lsof mc mysql-client mysql-common mysql-server nginx
libapache2-mod-ruid2 lsof mc mysql-client mysql-common mysql-server
ntpdate php-cgi php-common php-curl php-fpm phpmyadmin php-mysql
phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin