Просмотр исходного кода

added net-tools package for ifconfig command

Serghey Rodin 6 лет назад
Родитель
Сommit
a6d498e7e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -29,7 +29,7 @@ software="nginx apache2 apache2.2-common apache2-suexec-custom apache2-utils
     phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
     sudo vesta vesta-ioncube vesta-nginx vesta-php vesta-softaculous
     sudo vesta vesta-ioncube vesta-nginx vesta-php vesta-softaculous
-    vim-common vsftpd webalizer whois zip"
+    vim-common vsftpd webalizer whois zip net-tools"
 
 
 # Fix for old releases
 # Fix for old releases
 if [[ ${release:0:2} -lt 16 ]]; then
 if [[ ${release:0:2} -lt 16 ]]; then