Installing gnupg

This commit is contained in:
Anton Reutov
2021-08-13 21:47:09 +03:00
committed by GitHub
parent 14a9fa4f8b
commit b4ec733dcc

View File

@@ -258,6 +258,9 @@ 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"