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 /pod/8/urpmihowto.pod | |
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 'pod/8/urpmihowto.pod')
-rw-r--r-- | pod/8/urpmihowto.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/8/urpmihowto.pod b/pod/8/urpmihowto.pod index 22f2f3e2..d66bd39e 100644 --- a/pod/8/urpmihowto.pod +++ b/pod/8/urpmihowto.pod @@ -17,7 +17,7 @@ urpmi gets the list of available RPMs, and the RPMs themselves, from a B<media>. Roughly speaking, a media is described by a name and by a location, specified by an URL. Currently supported media types are: local drives, removable drives (such as CDs), ISO images, and networked media -via different protocols (http, ftp, ssh and rsync). NFS mounted +via different protocols (http, https, ftp, ssh and rsync). NFS mounted directories are treated like local drives. =head2 Installing and updating RPMs @@ -105,7 +105,7 @@ follows: In this synopsis, C<< <name> >> is the name of the new media, C<< <url> >> the URL where the RPMs are to be found. -Supported URLs can be C<http://>, C<ftp://>, C<rsync://>, C<ssh://> (this +Supported URLs can be C<http://>, C<https://>, C<ftp://>, C<rsync://>, C<ssh://> (this will use rsync over ssh), C<file://>, and C<cdrom://>. If the media requires authentication, you can use the usual URL syntax: |