From 512f0f6ff9d037b1eabd5925dc4aa35ee4fe4883 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 15 Oct 2013 13:18:47 +0300 Subject: [PATCH] adding sudo package in apt-get bundle --- install/vst-install-debian.sh | 2 +- install/vst-install-ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 292a95599..827c3fbaa 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -16,7 +16,7 @@ software="nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy clamav-daemon flex dovecot-imapd dovecot-pop3d phpMyAdmin awstats webalizer jwhois rssh git spamassassin roundcube roundcube-mysql roundcube-plugins apparmor-utils - bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php" + sudo bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php" help() { echo "usage: $0 [OPTIONS] diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index c613a75a4..38dabd2d5 100644 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -16,7 +16,7 @@ software="nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy clamav-daemon flex dovecot-imapd dovecot-pop3d phpMyAdmin awstats webalizer jwhois rssh git spamassassin roundcube roundcube-mysql roundcube-plugins apparmor-utils - bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php" + sudo bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php" help() { echo "usage: $0 [OPTIONS]