Skip to content

Commit e24d8df

Browse files
authored
Merge pull request #39 from C9Glax/patch-1
2 parents f450cce + 5769be9 commit e24d8df

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)