Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-10 12:45:13 +01:00
committed by GitHub
parent f464b2f3ae
commit 3e80d1ef78

View File

@@ -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