]> git.michaelhowe.org Git - pub/michael/system-install.git/commitdiff
Make apt-get quieter
authorMichael Howe <michael@michaelhowe.org>
Sat, 26 Jul 2014 16:56:32 +0000 (17:56 +0100)
committerMichael Howe <michael@michaelhowe.org>
Sat, 26 Jul 2014 16:56:32 +0000 (17:56 +0100)
bootstrap-host.sh

index 5cebe970bebf8255fa6ce3d8d19d772cb10dfa10..e696d6b662346bc942d4de97ee2705c398c5fcc5 100644 (file)
@@ -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