From 450fa0d7d051f7a4ac4f332b47e4dcd9190b82a7 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Mon, 23 Aug 2021 18:01:15 +0300 Subject: [PATCH] Update vst-install-ubuntu.sh --- install/vst-install-ubuntu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index f1157fba7..958bbe832 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -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"