mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades Bashio to v0.9.0
This commit is contained in:
parent
ce23612816
commit
bacfd3a397
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ RUN \
|
|||
&& mkdir -p /etc/services.d \
|
||||
\
|
||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||
"https://github.com/hassio-addons/bashio/archive/v0.8.1.tar.gz" \
|
||||
"https://github.com/hassio-addons/bashio/archive/v0.9.0.tar.gz" \
|
||||
&& mkdir /tmp/bashio \
|
||||
&& tar zxvf \
|
||||
/tmp/bashio.tar.gz \
|
||||
|
|
|
@ -15,7 +15,7 @@ if bashio::supervisor.ping; then
|
|||
if bashio::addon.update_available; then
|
||||
bashio::log.magenta ' There is an update available for this add-on!'
|
||||
bashio::log.magenta \
|
||||
" Latest add-on version: $(bashio::addon.last_version)"
|
||||
" Latest add-on version: $(bashio::addon.version_latest)"
|
||||
bashio::log.magenta ' Please consider upgrading as soon as possible.'
|
||||
else
|
||||
bashio::log.green ' You are running the latest version of this add-on.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue