Skip to content

Commit 475b000

Browse files
committed
chore: update pkgs before installing libs
1 parent cc40df4 commit 475b000

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,17 @@ Use the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) to install
5858
### 2. Install Dependencies
5959

6060
```bash
61+
sudo apt update
62+
sudo apt full-upgrade
6163
sudo apt install libmosquitto1 pulseaudio libavformat59 libswscale6
6264
```
6365

6466
### 3. Download & Unpack
6567

6668
Prepare the binary file from [Releases](https://github.com/TzuHuanTai/RaspberryPi_WebRTC/releases).
6769
```bash
68-
wget https://github.com/TzuHuanTai/RaspberryPi_WebRTC/releases/latest/download/pi_webrtc-v1.0.6-rc.1_MQTT_raspios-bookworm-arm64.tar.gz
69-
tar -xzf pi_webrtc-v1.0.6-rc.1_MQTT_raspios-bookworm-arm64.tar.gz
70+
wget https://github.com/TzuHuanTai/RaspberryPi_WebRTC/releases/latest/download/pi_webrtc-v1.0.6-rc.2_raspios-bookworm-arm64.tar.gz
71+
tar -xzf pi_webrtc-v1.0.6-rc.2_raspios-bookworm-arm64.tar.gz
7072
```
7173

7274
### 4. Set Up MQTT

0 commit comments

Comments
 (0)