Skip to content

Commit

Permalink
Update INSTALL-PI.md (#844)
Browse files Browse the repository at this point in the history
Updated to Bookworm.
  • Loading branch information
Dygear committed Oct 23, 2023
1 parent 8f3101b commit c9adaba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/INSTALL-PI.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ sudo nano /etc/apt/sources.list
```
- and add this line to the end:
```
deb http://www.deb-multimedia.org/ bullseye main non-free
deb https://www.deb-multimedia.org bookworm main non-free
```
- Download the keys for the apt source and install them:
```bash
wget https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb
```
- You can verify the package integrity with:
```bash
sha256sum deb-multimedia-keyring_2016.8.1_all.deb
9faa6f6cba80aeb69c9bac139b74a3d61596d4486e2458c2c65efe9e21ff3c7d deb-multimedia-keyring_2016.8.1_all.deb
```
- Update the OS:
```
sudo apt update
Expand Down

0 comments on commit c9adaba

Please sign in to comment.