Camerastreamer (#159)

* toward camera-streamer integration

* various fixes

* fix menu entry

* fedora 3.10

* perpare to merge
This commit is contained in:
paukstelis
2024-03-11 15:25:14 -04:00
committed by GitHub
parent 1c77eada39
commit b68ea01d0c
6 changed files with 91 additions and 23 deletions

View File

@@ -284,7 +284,7 @@ new_install() {
fi
systemctl enable sshd.service
PYV=$(python3 -c"import sys; print(sys.version_info.minor)")
if [ $PYV -eq 11 ]; then
if [ $PYV -gt 10 ]; then
dnf -y install python3.10-devel
PYVERSION='python3.10'
fi
@@ -381,7 +381,7 @@ haproxy_install() {
streamer_install() {
PS3="${green}Which video streamer you would like to install?: ${white}"
options=("ustreamer (recommended)" "None/Skip")
options=("ustreamer (recommended)" "camera-streamer" "None/Skip")
select opt in "${options[@]}"
do
case $opt in