We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4659a67 commit e4e12e5Copy full SHA for e4e12e5
install/vst-install-debian.sh
@@ -270,7 +270,7 @@ if [ ! -e '/usr/bin/wget' ]; then
270
fi
271
272
# Checking repository availability
273
-wget -q "$vestacp/deb_signing.key" -O /dev/null
+wget -q "https://gpg.hestiacp.com/deb_signing.key" -O /dev/null
274
check_result $? "No access to Vesta repository"
275
276
# Check installed packages
@@ -471,7 +471,7 @@ apt-key add /tmp/nginx_signing.key
471
472
# Installing vesta repo
473
echo "deb http://$RHOST/ $codename main" > $apt/hestia.list
474
-wget $CHOST/deb_signing.key -O deb_signing.key
+wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
475
apt-key add deb_signing.key
476
477
0 commit comments