Skip to content

Commit

Permalink
docs: apt-transport-https is a transitional package
Browse files Browse the repository at this point in the history
This package contains nothing of value since at least Focal/20.04:

https://packages.ubuntu.com/focal/all/apt-transport-https/filelist:
```
/usr/share/doc/apt-transport-https/NEWS.Debian.gz
/usr/share/doc/apt-transport-https/changelog.gz
/usr/share/doc/apt-transport-https/copyright
```

`apt`/`apt-get` doesn't need any extra to handle HTTPS URLs.

Signed-off-by: Simon Deziel <simon@sdeziel.info>
  • Loading branch information
simondeziel committed Oct 10, 2024
1 parent 55b5a7e commit beaebd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this section you will find an aggregation of the different ways to install Tr
Add repository setting to `/etc/apt/sources.list.d`.

``` bash
sudo apt-get install wget apt-transport-https gnupg
sudo apt-get install wget gnupg
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | sudo tee /usr/share/keyrings/trivy.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/trivy.gpg] https://aquasecurity.github.io/trivy-repo/deb generic main" | sudo tee -a /etc/apt/sources.list.d/trivy.list
sudo apt-get update
Expand Down

0 comments on commit beaebd7

Please sign in to comment.