"Updates"
This commit is contained in:
@@ -12,8 +12,8 @@ ninja -C build install
|
|||||||
Copy the below and paste into terminal:
|
Copy the below and paste into terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PACKAGE=camera-streamer-$(test -e /etc/default/raspberrypi-kernel && echo raspi || echo generic)_0.2.8.$(. /etc/os-release; echo $VERSION_CODENAME)_$(dpkg --print-architecture).deb
|
PACKAGE=camera-streamer-$(test -e /etc/default/raspberrypi-kernel && echo raspi || echo generic)_0.3.0.$(. /etc/os-release; echo $VERSION_CODENAME)_$(dpkg --print-architecture).deb
|
||||||
wget "https://github.com/ayufan/camera-streamer/releases/download/v0.2.8/$PACKAGE"
|
wget "https://github.com/ayufan/camera-streamer/releases/download/v0.3.0/$PACKAGE"
|
||||||
sudo apt install "$PWD/$PACKAGE"
|
sudo apt install "$PWD/$PACKAGE"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user