mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Update automatic_packages.sh
This commit is contained in:
@@ -145,7 +145,7 @@ if ! ls $files 1> /dev/null 2>&1; then continue; fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Lastversion
|
# Lastversion
|
||||||
if [[ $(grep -rnw "$files/" -e 'lastversion') ]] && [[ $(lastversion --version) ]]; then
|
if [[ $(grep -rnw "$files/" -e 'lastversion') ]]; then
|
||||||
[ $VERBOSE = true ] && echo "install lastversion"
|
[ $VERBOSE = true ] && echo "install lastversion"
|
||||||
pip install lastversion
|
pip install lastversion
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user