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