mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
added vim-common for LE account registration support
This commit is contained in:
parent
f4366a7b3e
commit
70d0ca89d8
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,8 @@ if [ "$release" -eq 7 ]; then
|
||||||
postgresql postgresql-server postgresql-contrib phpPgAdmin e2fsprogs
|
postgresql postgresql-server postgresql-contrib phpPgAdmin e2fsprogs
|
||||||
openssh-clients ImageMagick curl mc screen ftp zip unzip flex sqlite pcre
|
openssh-clients ImageMagick curl mc screen ftp zip unzip flex sqlite pcre
|
||||||
sudo bc jwhois mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype
|
sudo bc jwhois mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype
|
||||||
fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php expect"
|
fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php
|
||||||
|
vim-common expect"
|
||||||
else
|
else
|
||||||
software="nginx httpd mod_ssl mod_ruid2 mod_fcgid mod_extract_forwarded
|
software="nginx httpd mod_ssl mod_ruid2 mod_fcgid mod_extract_forwarded
|
||||||
php php-common php-cli php-bcmath php-gd php-imap php-mbstring php-mcrypt
|
php php-common php-cli php-bcmath php-gd php-imap php-mbstring php-mcrypt
|
||||||
|
@ -37,7 +38,7 @@ else
|
||||||
postgresql-server postgresql-contrib phpPgAdmin e2fsprogs openssh-clients
|
postgresql-server postgresql-contrib phpPgAdmin e2fsprogs openssh-clients
|
||||||
ImageMagick curl mc screen ftp zip unzip flex sqlite pcre sudo bc jwhois
|
ImageMagick curl mc screen ftp zip unzip flex sqlite pcre sudo bc jwhois
|
||||||
mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype fail2ban
|
mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype fail2ban
|
||||||
which vesta vesta-nginx vesta-php expect"
|
which vesta vesta-nginx vesta-php vim-common expect"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Defining help function
|
# Defining help function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue