mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-01 09:41:00 +01:00
Installing gnupg
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user