We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b753557 commit 39f0fa8Copy full SHA for 39f0fa8
install/vst-install-ubuntu.sh
@@ -32,8 +32,8 @@ if [ "$release" = '16.04' ]; then
32
bsdmainutils cron vesta vesta-nginx vesta-php expect"
33
34
elif [ "$release" = '16.10' ]; then
35
+ echo "deb http://archive.ubuntu.com/ubuntu/ vivid main restricted universe multiverse" >> /etc/apt/sources.list
36
apt-get update
- 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
0 commit comments