From c2b590f506f477a8f6bd53e0da435bc24223339d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 13 May 2021 09:14:48 +0200 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index b7c68ac4f..254eb1cce 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -25,7 +25,6 @@ TOKEN=$(bashio::config 'secret_token') UPSTREAM="2.1.24" mv -f /data/joal/config.json / || true -get latest version #curl -s -S -J -L -o /tmp/joal.tar.gz $(curl -s https://api.github.com/repos/anthonyraymond/joal/releases/latest | grep -o "http.*joal.tar.gz") >/dev/null wget -O /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/$UPSTREAM/joal.tar.gz" mkdir -p /data/joal