Skip to content

Commit 01328ce

Browse files
Merge pull request hestiacp#923 from ioannidesalex/patch-3
Update vst-install-ubuntu.sh
2 parents 00ee854 + 9eab852 commit 01328ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ check_result $? 'apt-get upgrade failed'
416416

417417
# Installing nginx repo
418418
apt=/etc/apt/sources.list.d
419-
echo "deb http://nginx.org/packages/ubuntu/ $codename nginx" > $apt/nginx.list
419+
echo "deb http://nginx.org/packages/mainline/ubuntu/ $codename nginx" > $apt/nginx.list
420420
wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
421421
apt-key add /tmp/nginx_signing.key
422422

@@ -436,7 +436,7 @@ cd $vst_backups
436436
mkdir nginx apache2 php5 php5-fpm vsftpd proftpd bind exim4 dovecot clamd
437437
mkdir spamassassin mysql postgresql mongodb vesta
438438

439-
# Backing up Nginx configuration
439+
# Backing up nginx configuration
440440
service nginx stop > /dev/null 2>&1
441441
cp -r /etc/nginx/* $vst_backups/nginx >/dev/null 2>&1
442442

0 commit comments

Comments
 (0)