From 3086002c5a8da1c20ea19ec247d690ca043a2a17 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 23 Jan 2022 09:15:31 -0800 Subject: [PATCH 1/2] Update install-scrypted-dependencies-linux.sh --- docker/install-scrypted-dependencies-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index e3b81c6e6..99e0d70ed 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -22,6 +22,7 @@ RUN() { FROM() { echo 'Installing nodejs repo' RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - + RUN apt-get update RUN apt-get install -y nodejs } From f7594b6dea8fc18efdef255a381e2e973d64d30e Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 23 Jan 2022 12:49:28 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2c99bcc7c..b5dd0239f 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,7 @@ Supported accessories: # Installation -## Run on Docker - -[Docker Installation Instructions](https://github.com/koush/scrypted/wiki/Docker) - -## Run Locally - -[Local Installation Instructions](https://github.com/koush/scrypted/wiki/Local-Installation) +There are both [Docker and Local Installation options](https://github.com/koush/scrypted/wiki), as well as guides for connecting to HomeKit and Google Home. ## Development