mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Remove -s switch from apt-copy
This commit is contained in:
parent
65393b4bb1
commit
d3116d4f0b
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue