Skip to content

Commit

Permalink
Doc: apt update perms
Browse files Browse the repository at this point in the history
apt update requires sudo, keep consistency and restore copypasta-ability
  • Loading branch information
yunginnanet authored Sep 24, 2024
1 parent 49e2aca commit 7aaad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ There are prebuilt packages signed by a debian maintainer:
sudo apt install curl sq
curl -sSf https://apt.vulns.sexy/kpcyrd.pgp | sq dearmor | sudo tee /etc/apt/trusted.gpg.d/apt-vulns-sexy.gpg > /dev/null
echo deb http://apt.vulns.sexy stable main | sudo tee /etc/apt/sources.list.d/apt-vulns-sexy.list
apt update
sudo apt update

Docker

Expand Down

0 comments on commit 7aaad62

Please sign in to comment.