From 46e24149d69bbb6717c203eab7a32edc0b121127 Mon Sep 17 00:00:00 2001 From: RollBeatz Date: Sat, 4 Apr 2015 04:37:11 +0300 Subject: [PATCH] In line #218 need to add proftpd package. There is proftpd-mod-mysql but already need proftpd package itself. --- install/Ubuntu-12_04/10_1_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Ubuntu-12_04/10_1_1.sh b/install/Ubuntu-12_04/10_1_1.sh index 2d20ceb..84ee8ad 100644 --- a/install/Ubuntu-12_04/10_1_1.sh +++ b/install/Ubuntu-12_04/10_1_1.sh @@ -215,7 +215,7 @@ apt-get upgrade -yqq # Install required software and dependencies required by ZPanel. # We disable the DPKG prompts before we run the software install to enable fully automated install. export DEBIAN_FRONTEND=noninteractive -apt-get install -qqy mysql-server mysql-server apache2 libapache2-mod-php5 libapache2-mod-bw php5-common php5-suhosin php5-cli php5-mysql php5-gd php5-mcrypt php5-curl php-pear php5-imap php5-xmlrpc php5-xsl db4.7-util zip webalizer build-essential bash-completion dovecot-mysql dovecot-imapd dovecot-pop3d dovecot-common dovecot-managesieved dovecot-lmtpd postfix postfix-mysql libsasl2-modules-sql libsasl2-modules proftpd-mod-mysql bind9 bind9utils +apt-get install -qqy mysql-server mysql-server apache2 libapache2-mod-php5 libapache2-mod-bw php5-common php5-suhosin php5-cli php5-mysql php5-gd php5-mcrypt php5-curl php-pear php5-imap php5-xmlrpc php5-xsl db4.7-util zip webalizer build-essential bash-completion dovecot-mysql dovecot-imapd dovecot-pop3d dovecot-common dovecot-managesieved dovecot-lmtpd postfix postfix-mysql libsasl2-modules-sql libsasl2-modules proftpd proftpd-mod-mysql bind9 bind9utils # Generation of random passwords password=`passwordgen`;