mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 19:38:04 +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
|
||||
|
||||
# Lastversion
|
||||
if [[ $(grep -rnw "$files/" -e 'lastversion') ]] && [[ $(lastversion --version) ]]; then
|
||||
if [[ $(grep -rnw "$files/" -e 'lastversion') ]]; then
|
||||
[ $VERBOSE = true ] && echo "install lastversion"
|
||||
pip install lastversion
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user