Skip to content

Commit 8c9c411

Browse files
author
Serghey Rodin
committed
added net-tools
1 parent a733368 commit 8c9c411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/vst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "$release" -eq 9 ]; then
2929
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3030
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
3131
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl
32-
unrar-free vim-common vesta-ioncube vesta-softaculous"
32+
unrar-free vim-common vesta-ioncube vesta-softaculous net-tools"
3333
elif [ "$release" -eq 8 ]; then
3434
software="nginx apache2 apache2-utils apache2.2-common
3535
apache2-suexec-custom libapache2-mod-ruid2
@@ -42,7 +42,7 @@ elif [ "$release" -eq 8 ]; then
4242
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
4343
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
4444
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl
45-
unrar-free vim-common vesta-ioncube vesta-softaculous"
45+
unrar-free vim-common vesta-ioncube vesta-softaculous net-tools"
4646
else
4747
software="nginx apache2 apache2-utils apache2.2-common
4848
apache2-suexec-custom libapache2-mod-ruid2
@@ -55,7 +55,7 @@ else
5555
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
5656
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
5757
bsdmainutils cron vesta vesta-nginx vesta-php expect unrar-free
58-
vim-common vesta-ioncube vesta-softaculous"
58+
vim-common vesta-ioncube vesta-softaculous net-tools"
5959
fi
6060

6161
# Defining help function

0 commit comments

Comments
 (0)