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`;