Skip to content

Commit 4b469ef

Browse files
authored
Update README.md
Small update regarding `apt update`
1 parent 288b2d4 commit 4b469ef

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,11 +142,12 @@ 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
145+
# TheBone’s PPA Repository key
146146
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" -o thepbone_ppa.gpg
147147

148148
cat thepbone_ppa.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/thepbone_ppa.gpg
149149
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
150+
sudo apt update
150151
```
151152
Install from PPA
152153

0 commit comments

Comments
 (0)