X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=install-manifest;h=b6d7bc4c82f304cec4185ced4e78b937cf0922ee;hp=dce8daa2ff6df9bc0691b8e84e8450bf498b9d0e;hb=6c5e192b2c2f243c332099dbaaad3691abb967ad;hpb=c826f0798caa6ab6128fd14846ae439857992839 diff --git a/install-manifest b/install-manifest index dce8daa..b6d7bc4 100755 --- a/install-manifest +++ b/install-manifest @@ -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