Skip to content

Commit 5769be9

Browse files
authored
Update README.md
From man apt-key: "Use of apt-key is deprecated, except for the use of apt-key del in maintainer scripts to remove existing keys from the main keyring. If such usage of apt-key is desired the additional installation of the GNU Privacy Guard is required." This change adds the keyring to a separate local file
1 parent f450cce commit 5769be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ If you don't know which version fits your Linux setup, go to the [PipeWire vs Pu
142142
Add PPA Repo
143143
```bash
144144
sudo apt install -y curl
145-
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" | sudo apt-key add -
145+
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" -o thepbone_ppa.gpg
146+
cat thepbone_ppa.gpg | sudo tee -a /usr/share/keyrings/thepbone_ppa.gpg > /dev/null
146147
sudo curl -s --compressed -o /etc/apt/sources.list.d/thepbone_ppa.list "https://thepbone.github.io/PPA-Repository/thepbone_ppa.list"
147148
sudo apt update
148149
```

0 commit comments

Comments
 (0)