Skip to content

Commit

Permalink
docs: write gpg key to trusted.gpg.d for APT (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongronggg9 committed Aug 4, 2022
1 parent 0902ed6 commit ccc3435
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 @@ -62,7 +62,7 @@ For debian, use our deb repo. For buster:

```
echo "deb https://github.com/MisterTea/debian-et/raw/master/debian-source/ buster main" | sudo tee -a /etc/apt/sources.list.d/et.list
curl -sSL https://github.com/MisterTea/debian-et/raw/master/et.gpg | sudo apt-key add -
curl -sSL https://github.com/MisterTea/debian-et/raw/master/et.gpg | sudo tee /etc/apt/trusted.gpg.d/et.gpg >/dev/null
sudo apt update
sudo apt install et
```
Expand Down

0 comments on commit ccc3435

Please sign in to comment.