Remove -s switch from apt-copy

This commit is contained in:
Daniel Bolton 2011-08-13 10:53:24 -04:00
parent 65393b4bb1
commit d3116d4f0b
1 changed files with 1 additions and 1 deletions

View File

@ -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}"