Skip to content

Commit 02afaff

Browse files
author
Serghey Rodin
committed
Debian 9 Support
1 parent d8e200f commit 02afaff

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

install/vst-install-debian.sh

100755100644
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,19 @@ release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)
1818
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
1919
vestacp="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

0 commit comments

Comments
 (0)