Skip to content

Commit 0c4564f

Browse files
committed
Switch to develop branch for camera-streamer
1 parent 6375960 commit 0c4564f

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/20230228143846/camera-streamer.zip"
14+
|| curl -L -o /tmp/camera-streamer.zip "https://github.com/OctoPrint/camera-streamer-archive/releases/download/develop-20230228153824/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)