Commit 2a138ac 1 parent e96cd46 commit 2a138ac Copy full SHA for 2a138ac
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ CLONE_FLAGS=(--depth=1 --single-branch)
32
32
# Ustreamer repo
33
33
USTREAMER_PATH=" ustreamer"
34
34
if [[ -z " ${CROWSNEST_USTREAMER_REPO_SHIP} " ]]; then
35
- CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/mryel00 /ustreamer.git"
35
+ CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/pikvm /ustreamer.git"
36
36
fi
37
37
if [[ -z " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]]; then
38
- CROWSNEST_USTREAMER_REPO_BRANCH=" master "
38
+ CROWSNEST_USTREAMER_REPO_BRANCH=" v5.57 "
39
39
fi
40
40
41
41
# Camera-streamer repo
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ CN_CONFIG_CONFIGPATH="${CN_CONFIG_ROOTPATH}/config"
26
26
CN_CONFIG_LOGPATH=" ${CN_CONFIG_ROOTPATH} /logs"
27
27
CN_CONFIG_ENVPATH=" ${CN_CONFIG_ROOTPATH} /systemd"
28
28
CN_MOONRAKER_CONFIG_PATH=" ${CN_CONFIG_CONFIGPATH} /moonraker.conf"
29
- CN_USTREAMER_REPO=" https://github.com/mryel00 /ustreamer.git"
30
- CN_USTREAMER_BRANCH=" master "
29
+ CN_USTREAMER_REPO=" https://github.com/pikvm /ustreamer.git"
30
+ CN_USTREAMER_BRANCH=" v5.57 "
31
31
CN_CAMERA_STREAMER_REPO=" https://github.com/ayufan/camera-streamer.git"
32
32
CN_CAMERA_STREAMER_BRANCH=" master"
33
33
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ import_config() {
35
35
[[ -n " ${CROWSNEST_CONFIG_PATH} " ]] || CROWSNEST_CONFIG_PATH=" /home/${BASE_USER} /printer_data/config"
36
36
[[ -n " ${CROWSNEST_LOG_PATH} " ]] || CROWSNEST_LOG_PATH=" /home/${BASE_USER} /printer_data/logs"
37
37
[[ -n " ${CROWSNEST_ENV_PATH} " ]] || CROWSNEST_ENV_PATH=" /home/${BASE_USER} /printer_data/systemd"
38
- [[ -n " ${CROWSNEST_USTREAMER_REPO_SHIP} " ]] || CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/mryel00 /ustreamer.git"
39
- [[ -n " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" master "
38
+ [[ -n " ${CROWSNEST_USTREAMER_REPO_SHIP} " ]] || CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/pikvm /ustreamer.git"
39
+ [[ -n " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" v5.57 "
40
40
[[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_SHIP} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/ayufan/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"
You can’t perform that action at this time.
0 commit comments