Skip to content

Commit 39f0fa8

Browse files
authored
Ubuntu: Fixed order of apt-get and adding archive apt source
1 parent b753557 commit 39f0fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if [ "$release" = '16.04' ]; then
3232
bsdmainutils cron vesta vesta-nginx vesta-php expect"
3333

3434
elif [ "$release" = '16.10' ]; then
35+
echo "deb http://archive.ubuntu.com/ubuntu/ vivid main restricted universe multiverse" >> /etc/apt/sources.list
3536
apt-get update
36-
echo "deb http://pl.archive.ubuntu.com/ubuntu/ vivid main restricted universe multiverse" >> /etc/apt/sources.list
3737
software="nginx apache2 apache2-utils apache2.2-common
3838
apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf
3939
libapache2-mod-fcgid libapache2-mod-php5 php5 php5-common php5-cgi

0 commit comments

Comments
 (0)