Skip to content

Commit cd4ae0c

Browse files
committed
Merge branch 'master' of github.com:Audio4Linux/JDSP4Linux
2 parents 9295aed + e24d8df commit cd4ae0c

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)