This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  059580e8ae8f06f12b24aea17af25deb3bc55c84 (commit)
      from  40347219c4e857816b1daad349b9736456ccb6f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=059580e8ae8f06f12b24aea17af25deb3bc55c84

commit 059580e8ae8f06f12b24aea17af25deb3bc55c84
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Thu Aug 1 12:21:16 2019 +0000

    add missing yes flag

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index 0a2f0c1..aab1dfc 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -66,7 +66,7 @@ if [ -e /etc/debian_version ]; then
                        vsftpd \
                        fonts-dejavu-core mediawiki
                pushd $(mktemp -d)
-               apt-get install wget php-pear
+               apt-get install -y wget php-pear
                ptpver=1.2.1-2
                wget 
http://ftp.fr.debian.org/debian/pool/main/p/php-text-password/php-text-password_${ptpver}_all.deb
                dpkg -i php-text-password_${ptpver}_all.deb

-----------------------------------------------------------------------

Summary of changes:
 autoinstall/install-src.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to