@@ -30,8 +30,8 @@ cp /files/camera-streamer/libcamera.conf /boot/camera-streamer/libcamera.conf
3030cp /files/camera-streamer/usb-default.conf /boot/camera-streamer/usb-default.conf
3131
3232# install services
33- cp /files/camera-streamer/camera-streamer-control /root /bin/camera-streamer-control
34- chmod +x /root /bin/camera-streamer-control
33+ cp /files/camera-streamer/camera-streamer-control /usr/local /bin/camera-streamer-control
34+ chmod +x /usr/local /bin/camera-streamer-control
3535
3636cp /files/camera-streamer/camera-streamer*.service /etc/systemd/system/
3737chmod -x /etc/systemd/system/camera-streamer*.service
@@ -40,12 +40,12 @@ chmod -x /etc/systemd/system/camera-streamer*.service
4040systemctl enable camera-streamer.service
4141
4242# install helper scripts
43- cp /files/camera-streamer/add-usb-camera /root /bin/add-usb-camera
44- cp /files/camera-streamer/remove-usb-camera /root /bin/remove-usb-camera
45- cp /files/camera-streamer/list-usb-cameras /root /bin/list-usb-cameras
46- chmod +x /root /bin/add-usb-camera
47- chmod +x /root /bin/remove-usb-camera
48- chmod +x /root /bin/list-usb-cameras
43+ cp /files/camera-streamer/add-usb-camera /usr/local /bin/add-usb-camera
44+ cp /files/camera-streamer/remove-usb-camera /usr/local /bin/remove-usb-camera
45+ cp /files/camera-streamer/list-usb-cameras /usr/local /bin/list-usb-cameras
46+ chmod +x /usr/local /bin/add-usb-camera
47+ chmod +x /usr/local /bin/remove-usb-camera
48+ chmod +x /usr/local /bin/list-usb-cameras
4949
5050# clean up the old stuff
5151cat > /boot/octopi.txt <<EOF
0 commit comments