diff options
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 2c48f487..eeccf144 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -92,7 +92,7 @@ _urpmi() --wget --curl --limit-rate --proxy --proxy-user --bug \ --env --verify-rpm --no-verify-rpm --no-install \ --test --excludepath --excludedocs --root --norebuild \ - --searchmedia' -- $cur ) ) + --searchmedia --noscripts --ignoresize' -- $cur ) ) else # return available packages (unless it is clearly a file) and rpm files if [[ "$cur" != */* ]]; then |