Skip to content

Commit b753557

Browse files
authored
Merge pull request hestiacp#1076 from Piotr-Pht-Jasiek, Compability for ubuntu 16.10
Compability for ubuntu 16.10
2 parents e19981f + 93c6365 commit b753557

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@ if [ "$release" = '16.04' ]; then
3030
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3131
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
3232
bsdmainutils cron vesta vesta-nginx vesta-php expect"
33+
34+
elif [ "$release" = '16.10' ]; then
35+
apt-get update
36+
echo "deb http://pl.archive.ubuntu.com/ubuntu/ vivid main restricted universe multiverse" >> /etc/apt/sources.list
37+
software="nginx apache2 apache2-utils apache2.2-common
38+
apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf
39+
libapache2-mod-fcgid libapache2-mod-php5 php5 php5-common php5-cgi
40+
php5-mysql php5-curl php5-fpm php5-pgsql awstats webalizer vsftpd
41+
proftpd-basic bind9 exim4 exim4-daemon-heavy clamav-daemon
42+
spamassassin dovecot-imapd dovecot-pop3d roundcube-core
43+
roundcube-mysql roundcube-plugins mysql-server mysql-common
44+
mysql-client postgresql postgresql-contrib phppgadmin phpmyadmin mc
45+
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
46+
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
47+
bsdmainutils cron vesta vesta-nginx vesta-php expect"
3348
else
3449
software="nginx apache2 apache2-utils apache2.2-common
3550
apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf

0 commit comments

Comments
 (0)