diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 11:45:31 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-05-19 16:02:55 +0000 |
| commit | b00a59c0b953bf7688fc60a976bac74194886a0c (patch) | |
| tree | 85a545ba415c295c2761a542c6baa9e79123ba90 /dselect/desc.apt | |
| parent | 49e0eec055c5feca1ff7289c0fc59306a3a67a3d (diff) | |
dselect: Add https support
Recognize the method and update the documentation and prompts.
Diffstat (limited to 'dselect/desc.apt')
| -rw-r--r-- | dselect/desc.apt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dselect/desc.apt b/dselect/desc.apt index 5601919ac..dac14253c 100644 --- a/dselect/desc.apt +++ b/dselect/desc.apt @@ -1,8 +1,8 @@ The APT installation method encompasses most other installation methods under the umbrella of the new Package Acquisition code. This method allows -installation from locations in the filesystem, ftp and http URLs, supports -full installation ordering and dependency checking as well as multiple -sources. See the man pages apt-get(8) and sources.list(5) +installation from locations in the filesystem, https, http and ftp URLs, +supports full installation ordering and dependency checking as well as +multiple sources. See the man pages apt-get(8) and sources.list(5) HTTP proxies can be used by setting http_proxy="http://proxy:port/" before running DSelect. FTP proxies require special configuration detailed in |
