浏览代码

Remove -s switch from apt-copy

Daniel Bolton 13 年之前
父节点
当前提交
d3116d4f0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}"