mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Update automatic_packages.sh
This commit is contained in:
@@ -78,7 +78,7 @@ echo "Looking in $files"
|
||||
|
||||
if [[ $(grep -rnw "$files/" -e 'lastversion') ]]; then
|
||||
echo "found last version"
|
||||
[ $PACKMANAGER = "apk" ] && apk add --no-cache py3-pip && pip install --upgrade pip \
|
||||
[ $PACKMANAGER = "apk" ] && pip install --upgrade pip \
|
||||
&& pip install lastversion
|
||||
[ $PACKMANAGER = "apt" ] && apt-get install -y python-pip && pip install --upgrade pip \
|
||||
&& pip install lastversion
|
||||
|
||||
Reference in New Issue
Block a user