From 00df2904a09cc857c17ba302f38c35140a593af2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 16:25:20 +0100 Subject: [PATCH] Update run.sh --- joal/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/run.sh b/joal/run.sh index 1bc8129a7..c5cece925 100644 --- a/joal/run.sh +++ b/joal/run.sh @@ -2,7 +2,7 @@ declare TOKEN TOKEN=$(bashio::config 'secret_token') -curl -s -L -o /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/UPSTREAM/joal.tar.gz" +curl -s -L -o /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" mkdir -p /data/joal tar zxvf /tmp/joal.tar.gz -C /data/joal chown -R $(id -u):$(id -g) /data/joal