Quellcode durchsuchen

Installing gnupg

Anton Reutov vor 4 Jahren
Ursprung
Commit
b4ec733dcc
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      install/vst-install-ubuntu.sh

+ 3 - 0
install/vst-install-ubuntu.sh

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