File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,19 @@ release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)
1818codename=" $( cat /etc/os-release | grep VERSION= | cut -f 2 -d \( | cut -f 1 -d \) ) "
1919vestacp=" http://$CHOST /$VERSION /$release "
2020
21- if [ " $release " -eq 8 ]; then
21+ if [ " $release " -eq 9 ]; then
22+ software=" nginx apache2 apache2-utils apache2-suexec-custom
23+ libapache2-mod-ruid2 libapache2-mod-fcgid libapache2-mod-php php
24+ php-common php-cgi php-mysql php-curl php-fpm php-pgsql awstats
25+ webalizer vsftpd proftpd-basic bind9 exim4 exim4-daemon-heavy
26+ clamav-daemon spamassassin dovecot-imapd dovecot-pop3d roundcube-core
27+ roundcube-mysql roundcube-plugins mysql-server mysql-common
28+ mysql-client postgresql postgresql-contrib phppgadmin phpmyadmin mc
29+ flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
30+ e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
31+ bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl
32+ unrar-free vim-common vesta-ioncube vesta-softaculous"
33+ elif [ " $release " -eq 8 ]; then
2234 software=" nginx apache2 apache2-utils apache2.2-common
2335 apache2-suexec-custom libapache2-mod-ruid2
2436 libapache2-mod-fcgid libapache2-mod-php5 php5 php5-common php5-cgi
You can’t perform that action at this time.
0 commit comments