Browse Source

Updated repo key server, removed softaculous note.

Raphael Schneeberger 7 years ago
parent
commit
ccd9555ad7
1 changed files with 2 additions and 7 deletions
  1. 2 7
      install/vst-install-ubuntu.sh

+ 2 - 7
install/vst-install-ubuntu.sh

@@ -249,7 +249,7 @@ if [ ! -e '/usr/bin/wget' ]; then
 fi
 
 # Checking repository availability
-wget -q "c.hestiacp.com/deb_signing.key" -O /dev/null
+wget -q "https://gpg.hestiacp.com/deb_signing.key" -O /dev/null
 check_result $? "No access to Hestia repository"
 
 # Checking installed packages
@@ -351,11 +351,6 @@ if [ "$proftpd" = 'yes' ]; then
     echo '   - ProFTPD FTP Server'
 fi
 
-# Softaculous
-if [ "$softaculous" = 'yes' ]; then
-    echo '   - Softaculous Plugin'
-fi
-
 # Firewall stack
 if [ "$iptables" = 'yes' ]; then
     echo -n '   - Iptables Firewall'
@@ -451,7 +446,7 @@ apt-key add /tmp/nginx_signing.key
 
 # Installing vesta repo
 echo "deb http://$RHOST/ $codename main" > $apt/hestia.list
-wget $CHOST/deb_signing.key -O deb_signing.key
+wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
 apt-key add deb_signing.key