Skip to content

Commit e4e12e5

Browse files
authored
Updated repo key destination server
1 parent 4659a67 commit e4e12e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install-debian.sh

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

272272
# Checking repository availability
273-
wget -q "$vestacp/deb_signing.key" -O /dev/null
273+
wget -q "https://gpg.hestiacp.com/deb_signing.key" -O /dev/null
274274
check_result $? "No access to Vesta repository"
275275

276276
# Check installed packages
@@ -471,7 +471,7 @@ apt-key add /tmp/nginx_signing.key
471471

472472
# Installing vesta repo
473473
echo "deb http://$RHOST/ $codename main" > $apt/hestia.list
474-
wget $CHOST/deb_signing.key -O deb_signing.key
474+
wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
475475
apt-key add deb_signing.key
476476

477477

0 commit comments

Comments
 (0)