Update vst-install-ubuntu.sh

This commit is contained in:
Anton Reutov 2021-08-23 18:01:15 +03:00 committed by GitHub
commit 450fa0d7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,9 +258,6 @@ if [ ! -e '/usr/bin/wget' ]; then
check_result $? "Can't install wget"
fi
# Installing gnupg
apt-get -y install gnupg2
# Checking repository availability
wget -q "c.vestacp.com/deb_signing.key" -O /dev/null
check_result $? "No access to Vesta repository"