From d500c815feda2e6031866f5b01c2939181d871a0 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 26 Dec 2023 16:23:59 -0800 Subject: [PATCH] local: add support for intel and tflite installation --- install/local/install-scrypted-dependencies-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/local/install-scrypted-dependencies-linux.sh b/install/local/install-scrypted-dependencies-linux.sh index be3c83abee..ea3cc5bfff 100755 --- a/install/local/install-scrypted-dependencies-linux.sh +++ b/install/local/install-scrypted-dependencies-linux.sh @@ -69,7 +69,7 @@ ENV() { } source <(curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/docker/template/Dockerfile.full.header) -if [ ! -z "SCRYPTED_CONTAINER" ] +if [ ! -z "SERVICE_CONTAINER" ] then source <(curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/docker/template/Dockerfile.full.footer) fi