From 9b4802a5aeb3e6512f67208abc4ca78d7bedcde0 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 8 May 2020 09:22:22 -0700 Subject: [PATCH] updated install.sh to attempt to install the latest python dependencies on reinstall in case new dependencies have been introduced --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 4e32bccd..a12072f1 100755 --- a/install.sh +++ b/install.sh @@ -138,6 +138,8 @@ else uninstall_core echo "pulling latest code" git pull + echo "installing python dependencies" + install_python_depencencies echo "building CORE" case ${os} in "ubuntu")