diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index c3b5a1288..e3b81c6e6 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -88,4 +88,4 @@ echo "Scrypted Service has been installed (and started). You can start and stop echo " systemctl start scrypted.service" echo " systemctl stop scrypted.service" echo -echo \ No newline at end of file +echo diff --git a/docker/install-scrypted-dependencies-mac.sh b/docker/install-scrypted-dependencies-mac.sh index 51e18c821..6920237ec 100755 --- a/docker/install-scrypted-dependencies-mac.sh +++ b/docker/install-scrypted-dependencies-mac.sh @@ -21,7 +21,7 @@ echo "Installing Scrypted dependencies..." RUN brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly RUN brew install gst-python RUN pip3 install --upgrade pip -RUN pip3 install aiofiles debugpy typing_extensions typing +RUN pip3 install aiofiles debugpy typing_extensions typing opencv-python echo "Installing Scrypted..." RUN npx -y scrypted install-server