[debian-edu-commits] r81152 - branches/wheezy/debian-edu-config/share/debian-edu-config/tools
pere at alioth.debian.org
pere at alioth.debian.org
Mon Jun 24 22:34:39 UTC 2013
Author: pere
Date: 2013-06-24 22:34:39 +0000 (Mon, 24 Jun 2013)
New Revision: 81152
Modified:
branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware
Log:
Quiet down script a bit.
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware 2013-06-24 22:33:26 UTC (rev 81151)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware 2013-06-24 22:34:39 UTC (rev 81152)
@@ -60,11 +60,11 @@
# Fetch updated package lists
echo "info: Updating APT sources after adding non-free APT source"
-apt-get update > /dev/null
+apt-get -qq update
# Install firmware packages
echo "info: trying to install $binpkgs"
-apt-get install -y $binpkgs
+apt-get -qq install -y $binpkgs
cd /
rm -rf $tmpdir
More information about the debian-edu-commits
mailing list