diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2021-09-04 14:40:16 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2021-09-04 14:40:16 -0700 |
commit | f844291f7dc113c15fda639e4de4dfecbcf35fe3 (patch) | |
tree | 02909b97617da058ebcd3cf2c6657b4cb6dde50b /urpmi.bash-completion | |
parent | 6bd66350f373087829e8cfa19a59b8ccea72b98c (diff) | |
download | urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.gz urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.bz2 urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.xz urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.zip |
Document that https is supported
Also, update http:// links to https:// where appropriate.
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 48d381fb..9d48c679 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -292,7 +292,7 @@ _urpmi_addmedia() 2) # return list of available protocols COMPREPLY=( $( compgen -W 'file:// http:// \ - ftp:// removable:// ssh:// \ + https:// ftp:// removable:// ssh:// \ rsync://' -- $cur ) ) ;; 3) |