Преглед изворни кода

Update vst-install-ubuntu.sh

Anton Reutov пре 4 година
родитељ
комит
450fa0d7d0
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      install/vst-install-ubuntu.sh

+ 0 - 3
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"