Update run.sh

This commit is contained in:
Alexandre
2021-03-07 16:25:20 +01:00
committed by GitHub
parent 781394e165
commit 00df2904a0

View File

@@ -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