Skip to content

Commit

Permalink
Use keyrings location (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel authored Dec 18, 2023
1 parent 74948d5 commit 450666f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A PPA repository for SecureDNA packages
# Usage

```bash
sudo curl -SsL -o /etc/apt/trusted.gpg.d/securedna.gpg https://securedna.github.io/ppa/deb/securedna.gpg
sudo curl -SsL -o /etc/apt/sources.list.d/securedna.list https://securedna.github.io/ppa/deb/securedna.list
curl -SsL https://securedna.github.io/ppa/deb/securedna.gpg | sudo tee /usr/share/keyrings/securedna-keyring.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/securedna-keyring.gpg] https://securedna.github.io/ppa/deb ./" | sudo tee /etc/apt/sources.list.d/securedna.list > /dev/null
sudo apt update
sudo apt install synthclient
```
1 change: 0 additions & 1 deletion deb/securedna.list

This file was deleted.

0 comments on commit 450666f

Please sign in to comment.