Skip to content

Commit dfe86ea

Browse files
authored
Compability for ubuntu 16.10
Finnaly solution for Ubuntu 16.10. In this solution you have php5 and php7. After installation you can chose php version in nginx config file. Default php5
1 parent e19981f commit dfe86ea

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,22 @@ 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"
48+
#Greeting from polish hackers from S.M.S. - https://s-m-s.pl
3349
else
3450
software="nginx apache2 apache2-utils apache2.2-common
3551
apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf

0 commit comments

Comments
 (0)