]> piware.de Git - bin.git/commitdiff
install-manifest: drop -y from apt-get install dselect
authormartin@piware.de <>
Wed, 26 May 2010 08:14:03 +0000 (10:14 +0200)
committermartin@piware.de <>
Wed, 26 May 2010 08:14:03 +0000 (10:14 +0200)
install-manifest

index dce8daa2ff6df9bc0691b8e84e8450bf498b9d0e..b6d7bc4c82f304cec4185ced4e78b937cf0922ee 100755 (executable)
@@ -51,7 +51,7 @@ if options.keep_kernel:
 
 if subprocess.call(['which', 'dselect'], stdout=subprocess.PIPE) != 0:
     print >> sys.stderr, 'INFO: installing dselect (needed by this script)'
-    assert subprocess.call(['apt-get', '-y', 'install', 'dselect']) == 0
+    assert subprocess.call(['apt-get', 'install', 'dselect']) == 0
 
 # now apply the new selections
 assert subprocess.call(['dpkg', '--clear-selections']) == 0