mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
update touchscreen with sudo
This commit is contained in:
parent
b84c05ecaf
commit
dd8dbcef90
@ -167,7 +167,7 @@ if [ "${touchscreen}" = "1" ]; then
|
||||
echo "# BlitzTUI did not changed."
|
||||
else
|
||||
echo "# BlitzTUI changed --> UPDATING TOUCHSCREEN INSTALL ..."
|
||||
sudo ./config.scripts/blitz.touchscreen.sh update
|
||||
sudo /home/admin/config.scripts/blitz.touchscreen.sh update
|
||||
fi
|
||||
fi
|
||||
echo "# ******************************************"
|
||||
|
@ -141,7 +141,7 @@ fi
|
||||
|
||||
if [ "$1" = "update" ]; then
|
||||
echo "updating BlitzTUI (including python dependencies) ..."
|
||||
/home/admin/python3-env-lnd/bin/pip install /home/admin/raspiblitz/home.admin/BlitzTUI/
|
||||
sudo /home/admin/python3-env-lnd/bin/pip install /home/admin/raspiblitz/home.admin/BlitzTUI/
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user