Fixed offline installs, with local copy of py libs

This commit is contained in:
David Carley
2021-03-09 22:59:43 -08:00
parent 07adf6d93e
commit 4571fe10e8
3 changed files with 5 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ cp scripts/rc.local /etc/
# Ensure that the watchdog python library is installed
pip3 list --format=columns | grep watchdog >/dev/null
if [ $? -ne 0 ]; then
pip3 install scripts/watchdog-v0.10.6.tar.gz
pip3 install scripts/pathtools-0.1.2.tar.gz scripts/watchdog-v0.10.6.tar.gz
fi
# Install bbctrl

Binary file not shown.