Skip to content

Commit

Permalink
docs: apt-transport-https is a transitional package (aquasecurity#7678)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon@sdeziel.info>
  • Loading branch information
simondeziel authored Oct 14, 2024
1 parent c78f45b commit 31aa20a
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 31aa20a

Please sign in to comment.