Skip to content

Commit 288b2d4

Browse files
authored
Update README.md
Now ppa installation is working for Ubuntu
1 parent 8b8d748 commit 288b2d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ 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+
# TheBone’s PPA Repository
145146
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
147-
sudo curl -s --compressed -o /etc/apt/sources.list.d/thepbone_ppa.list "https://thepbone.github.io/PPA-Repository/thepbone_ppa.list"
148-
sudo apt update
147+
148+
cat thepbone_ppa.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/thepbone_ppa.gpg
149+
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/thepbone_ppa.gpg] https://thepbone.github.io/PPA-Repository ./" > /etc/apt/sources.list.d/thepbone_ppa.list
149150
```
150151
Install from PPA
151152

0 commit comments

Comments
 (0)