File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ if [ ! -e '/usr/bin/wget' ]; then
249249fi
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
253253check_result $? " No access to Hestia repository"
254254
255255# Checking installed packages
@@ -351,11 +351,6 @@ if [ "$proftpd" = 'yes' ]; then
351351 echo ' - ProFTPD FTP Server'
352352fi
353353
354- # Softaculous
355- if [ " $softaculous " = ' yes' ]; then
356- echo ' - Softaculous Plugin'
357- fi
358-
359354# Firewall stack
360355if [ " $iptables " = ' yes' ]; then
361356 echo -n ' - Iptables Firewall'
@@ -451,7 +446,7 @@ apt-key add /tmp/nginx_signing.key
451446
452447# Installing vesta repo
453448echo " 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
455450apt-key add deb_signing.key
456451
457452
You can’t perform that action at this time.
0 commit comments