mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
commit
4bca1bb66e
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ sudo -u admin chmod +x /home/admin/config.scripts/*.sh
|
|||
sudo -u admin chmod +x /home/admin/setup.scripts/*.sh
|
||||
|
||||
# install newest version of BlitzPy
|
||||
blitzpy_wheel=$(ls -trR /home/admin/raspiblitz/home.admin/BlitzPy/dist | grep -E "*any.whl" | tail -n 1)
|
||||
blitzpy_wheel=$(ls -tR /home/admin/raspiblitz/home.admin/BlitzPy/dist | grep -E "*any.whl" | tail -n 1)
|
||||
blitzpy_version=$(echo ${blitzpy_wheel} | grep -oE "([0-9]\.[0-9]\.[0-9])")
|
||||
echo ""
|
||||
echo "*** INSTALLING BlitzPy Version: ${blitzpy_version} ***"
|
||||
|
|
Loading…
Add table
Reference in a new issue