mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
tempio
This commit is contained in:
@@ -122,4 +122,12 @@ rm -rf /tmp/bashio
|
|||||||
pip install lastversion
|
pip install lastversion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Tempio
|
||||||
|
if [[ $(grep -rnw "$files/" -e 'tempio') ]]; then
|
||||||
|
TEMPIO_VERSION="2021.09.0"
|
||||||
|
BUILD_ARCH="$(bashio::info.arch)"
|
||||||
|
curl -L -f -s -o /usr/bin/tempio "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}"
|
||||||
|
chmod a+x /usr/bin/tempio
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user