Skip to content

Commit 31aa20a

Browse files
authored
docs: apt-transport-https is a transitional package (aquasecurity#7678)
Signed-off-by: Simon Deziel <[email protected]>
1 parent c78f45b commit 31aa20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this section you will find an aggregation of the different ways to install Tr
3434
Add repository setting to `/etc/apt/sources.list.d`.
3535

3636
``` bash
37-
sudo apt-get install wget apt-transport-https gnupg
37+
sudo apt-get install wget gnupg
3838
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | sudo tee /usr/share/keyrings/trivy.gpg > /dev/null
3939
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
4040
sudo apt-get update

0 commit comments

Comments
 (0)