Commit 002eb4f authored Dec 7, 2024 · 1 / 1 · Verified
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
# Camera-streamer repo
42
42
CSTREAMER_PATH=" camera-streamer"
43
43
if [[ -z " ${CROWSNEST_CAMERA_STREAMER_REPO_SHIP} " ]]; then
44
- CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/ayufan /camera-streamer.git"
44
+ CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/mryel00 /camera-streamer.git"
45
45
fi
46
46
if [[ -z " ${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH} " ]]; then
47
47
CROWSNEST_CAMERA_STREAMER_REPO_BRANCH=" master"
Original file line number Diff line number Diff line change 27
27
[[ -n " $CROWSNEST_USTREAMER_REPO_BRANCH " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" master"
28
28
29
29
# camera-streamer
30
- [[ -n " $CROWSNEST_CAMERA_STREAMER_REPO_SHIP " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/ayufan /camera-streamer.git"
30
+ [[ -n " $CROWSNEST_CAMERA_STREAMER_REPO_SHIP " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/mryel00 /camera-streamer.git"
31
31
[[ -n " $CROWSNEST_CAMERA_STREAMER_REPO_BRANCH " ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH=" master"
32
32
33
33
# ##########################################################################
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CN_CONFIG_ENVPATH="${CN_CONFIG_ROOTPATH}/systemd"
28
28
CN_MOONRAKER_CONFIG_PATH=" ${CN_CONFIG_CONFIGPATH} /moonraker.conf"
29
29
CN_USTREAMER_REPO=" https://github.com/pikvm/ustreamer.git"
30
30
CN_USTREAMER_BRANCH=" v6.10"
31
- CN_CAMERA_STREAMER_REPO=" https://github.com/ayufan /camera-streamer.git"
31
+ CN_CAMERA_STREAMER_REPO=" https://github.com/mryel00 /camera-streamer.git"
32
32
CN_CAMERA_STREAMER_BRANCH=" master"
33
33
34
34
# ## Messages
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import_config() {
37
37
[[ -n " ${CROWSNEST_ENV_PATH} " ]] || CROWSNEST_ENV_PATH=" /home/${BASE_USER} /printer_data/systemd"
38
38
[[ -n " ${CROWSNEST_USTREAMER_REPO_SHIP} " ]] || CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/pikvm/ustreamer.git"
39
39
[[ -n " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" v6.10"
40
- [[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_SHIP} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/ayufan /camera-streamer.git"
40
+ [[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_SHIP} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/mryel00 /camera-streamer.git"
41
41
[[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH=" master"
42
42
status_msg " Using default configuration ..." " 0"
43
43
fi
You can’t perform that action at this time.
0 commit comments