From 838fd6dd4636b1a4db1640481c14cd6ea9b11cfd Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 17 Mar 2016 15:21:21 +0800 Subject: [PATCH] fix: [www] non runnable due to interactive ``apt-get`` command. --- precise/www/hooks/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/www/hooks/install b/precise/www/hooks/install index 709002e..4e40559 100755 --- a/precise/www/hooks/install +++ b/precise/www/hooks/install @@ -13,7 +13,7 @@ apt-get -y install python-docutils ## for rst2html #apt-get install squirrelmail -apt-get install phpmyadmin +apt-get -y install phpmyadmin ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin #ln -sf /usr/share/phpmyadmin /var/www/s-lmc.kalysto.org/phpmyadmin