From 37d46c97a8b47c18a6e30ae7bf69dc8b1e1794c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Fri, 7 Mar 2025 23:02:59 +0100 Subject: [PATCH] Fix bashio installation - v1.1.3 --- newt/Dockerfile | 7 +++++-- newt/config.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/newt/Dockerfile b/newt/Dockerfile index d74e407..019fa75 100644 --- a/newt/Dockerfile +++ b/newt/Dockerfile @@ -4,8 +4,11 @@ FROM ghcr.io/hassio-addons/base:14.0.0 # Install dependencies RUN apk add --no-cache bash curl jq -# Install bashio correctly -RUN curl -fsSL https://raw.githubusercontent.com/hassio-addons/bashio/master/install.sh | bash +# Manually download and install bashio +RUN mkdir -p /etc/bashio \ + && curl -fsSL -o /etc/bashio/bashio.sh https://raw.githubusercontent.com/hassio-addons/bashio/master/bashio.sh \ + && chmod +x /etc/bashio/bashio.sh \ + && ln -s /etc/bashio/bashio.sh /usr/bin/bashio # Copy the script into the container COPY run.sh /run.sh diff --git a/newt/config.yaml b/newt/config.yaml index 25be60d..8efa09d 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -1,5 +1,5 @@ name: "Newt Add-on" -version: "1.1.2" +version: "1.1.3" slug: "newt" description: "Runs the Newt container inside Home Assistant using Supervisor API" arch: