From 1318418158ef183546381e4a20d03fc7f8da3640 Mon Sep 17 00:00:00 2001 From: Wilfred Tyler Gee Date: Thu, 21 Nov 2024 16:28:38 -0500 Subject: [PATCH] Update get-pocs.sh Fix the path on the install script. --- resources/scripts/get-pocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/get-pocs.sh b/resources/scripts/get-pocs.sh index c819fd654..63b71cb45 100755 --- a/resources/scripts/get-pocs.sh +++ b/resources/scripts/get-pocs.sh @@ -8,7 +8,7 @@ git checkout "${BRANCH}" cd resources/scripts ./install.sh -"${HOME}/conda/envs/conda-pocs/pocs" config setup +"${HOME}/conda/envs/conda-pocs/bin/pocs" config setup echo echo "POCS installed, please reboot."