Browse Source

Remove -s switch from apt-copy

Daniel Bolton 13 years ago
parent
commit
d3116d4f0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/debian/debian.plugin.zsh

+ 1 - 1
plugins/debian/debian.plugin.zsh

@@ -121,7 +121,7 @@ alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc'
 apt-copy() {
     print '#!/bin/sh'"\n" > apt-copy.sh
 
-    cmd="$apt_pref install -s "
+    cmd="$apt_pref install "
 
     for p in ${(f)"$(aptitude search -F "%p" --disable-columns \~i)"}; {
         cmd="${cmd} ${p}"