Skip to content

Commit 512f0f6

Browse files
committed
adding sudo package in apt-get bundle
1 parent 1f9547e commit 512f0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ software="nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom
1616
libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy clamav-daemon flex
1717
dovecot-imapd dovecot-pop3d phpMyAdmin awstats webalizer jwhois rssh git
1818
spamassassin roundcube roundcube-mysql roundcube-plugins apparmor-utils
19-
bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php"
19+
sudo bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php"
2020

2121
help() {
2222
echo "usage: $0 [OPTIONS]

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ software="nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom
1616
libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy clamav-daemon flex
1717
dovecot-imapd dovecot-pop3d phpMyAdmin awstats webalizer jwhois rssh git
1818
spamassassin roundcube roundcube-mysql roundcube-plugins apparmor-utils
19-
bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php"
19+
sudo bc ftp lsof ntpdate rrdtool vesta vesta-nginx vesta-php"
2020

2121
help() {
2222
echo "usage: $0 [OPTIONS]

0 commit comments

Comments
 (0)