Skip to content

Commit 0f7700f

Browse files
authored
fix - script_tools installation script (#23)
* fix - make new changes to script_tools update-able * fix - add verbosity for more clearer understanding * fix - making a force overwrite instead
1 parent 563764e commit 0f7700f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install_script_tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949

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

5555
popd > /dev/null

0 commit comments

Comments
 (0)