updated install.sh to attempt to install the latest python dependencies on reinstall in case new dependencies have been introduced
This commit is contained in:
parent
0aba1aa928
commit
9b4802a5ae
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue