From 3e80d1ef78f8bd2ffee43c9549d0e657d438b181 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Dec 2021 12:45:13 +0100 Subject: [PATCH] Update automatic_packages.sh --- zzz_templates/automatic_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzz_templates/automatic_packages.sh b/zzz_templates/automatic_packages.sh index fc9ea22b1..79e451d9e 100644 --- a/zzz_templates/automatic_packages.sh +++ b/zzz_templates/automatic_packages.sh @@ -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