Skip to content

Commit

Permalink
fix - script_tools installation script (#23)
Browse files Browse the repository at this point in the history
* fix - make new changes to script_tools update-able

* fix - add verbosity for more clearer understanding

* fix - making a force overwrite instead
  • Loading branch information
RobertLucian authored Mar 22, 2018
1 parent 563764e commit 0f7700f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_script_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi

cd $PIHOME/$DEXTER/$LIB/$DEXTER/$SCRIPT
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev -y
python setup.py install
python3 setup.py install
python setup.py install --force
python3 setup.py install --force

popd > /dev/null

0 comments on commit 0f7700f

Please sign in to comment.