Skip to content

Commit 6375960

Browse files
committed
Update camera-streamer source archive to latest
1 parent 1d226fc commit 6375960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/10-install-camera-streamer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apt-get install --yes libavformat-dev libavutil-dev libavcodec-dev libcamera-dev
1111

1212
# install camera-streamer
1313
[ -e /files/camera-streamer/camera-streamer.zip ] && cp /files/camera-streamer/camera-streamer.zip /tmp/camera-streamer.zip \
14-
|| curl -L -o /tmp/camera-streamer.zip "https://github.com/OctoPrint/camera-streamer/releases/download/20230221174840/camera-streamer.zip"
14+
|| curl -L -o /tmp/camera-streamer.zip "https://github.com/OctoPrint/camera-streamer/releases/download/20230228143846/camera-streamer.zip"
1515
unzip /tmp/camera-streamer.zip -d /tmp/camera-streamer
1616
rm /tmp/camera-streamer.zip
1717

0 commit comments

Comments
 (0)