From c7a86c97078f24559b98cf8f71a49e66fc86ca4c Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 26 Jul 2014 17:56:32 +0100 Subject: [PATCH] Make apt-get quieter --- bootstrap-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-host.sh b/bootstrap-host.sh index 5cebe97..e696d6b 100644 --- a/bootstrap-host.sh +++ b/bootstrap-host.sh @@ -35,4 +35,4 @@ echo -e "configtool\tconfigtool/svn/username\tstring\t$FULLHOSTNAME" | debconf-s echo -e "configtool\tconfigtool/svn/source\tstring\thttps://config.internal.michaelhowe.org/svn/basic/sysconfig/rb3/systems/$FULLHOSTNAME/root" | debconf-set-selections echo -e "configtool\tconfigtool/userskel/source\tstring\thttps://config.internal.michaelhowe.org/svn/basic/sysconfig/userskel" | debconf-set-selections -apt-get install configtool +apt-get install --no-install-recommends -y configtool -- 2.39.5