We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78f45b commit 31aa20aCopy full SHA for 31aa20a
docs/getting-started/installation.md
@@ -34,7 +34,7 @@ In this section you will find an aggregation of the different ways to install Tr
34
Add repository setting to `/etc/apt/sources.list.d`.
35
36
``` bash
37
- sudo apt-get install wget apt-transport-https gnupg
+ sudo apt-get install wget gnupg
38
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | sudo tee /usr/share/keyrings/trivy.gpg > /dev/null
39
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
40
sudo apt-get update
0 commit comments