Skip to content

Commit ccd9555

Browse files
authored
Updated repo key server, removed softaculous note.
1 parent e4e12e5 commit ccd9555

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

install/vst-install-ubuntu.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if [ ! -e '/usr/bin/wget' ]; then
249249
fi
250250

251251
# Checking repository availability
252-
wget -q "c.hestiacp.com/deb_signing.key" -O /dev/null
252+
wget -q "https://gpg.hestiacp.com/deb_signing.key" -O /dev/null
253253
check_result $? "No access to Hestia repository"
254254

255255
# Checking installed packages
@@ -351,11 +351,6 @@ if [ "$proftpd" = 'yes' ]; then
351351
echo ' - ProFTPD FTP Server'
352352
fi
353353

354-
# Softaculous
355-
if [ "$softaculous" = 'yes' ]; then
356-
echo ' - Softaculous Plugin'
357-
fi
358-
359354
# Firewall stack
360355
if [ "$iptables" = 'yes' ]; then
361356
echo -n ' - Iptables Firewall'
@@ -451,7 +446,7 @@ apt-key add /tmp/nginx_signing.key
451446

452447
# Installing vesta repo
453448
echo "deb http://$RHOST/ $codename main" > $apt/hestia.list
454-
wget $CHOST/deb_signing.key -O deb_signing.key
449+
wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
455450
apt-key add deb_signing.key
456451

457452

0 commit comments

Comments
 (0)