Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-08 22:59:08 +01:00
committed by GitHub
parent cd45293b5a
commit 150fad81e3

View File

@@ -78,8 +78,7 @@ echo "Looking in $files"
if [[ $(grep -rnw "$files/" -e 'lastversion') ]]; then
echo "found last version"
[ $PACKMANAGER = "apk" ] && pip install --upgrade pip \
&& pip install lastversion
[ $PACKMANAGER = "apk" ] && pip install lastversion
[ $PACKMANAGER = "apt" ] && apt-get install -y python-pip && pip install --upgrade pip \
&& pip install lastversion
fi