mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update run.sh
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
declare TOKEN
|
declare TOKEN
|
||||||
TOKEN=$(bashio::config 'secret_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
|
mkdir -p /data/joal
|
||||||
tar zxvf /tmp/joal.tar.gz -C /data/joal
|
tar zxvf /tmp/joal.tar.gz -C /data/joal
|
||||||
chown -R $(id -u):$(id -g) /data/joal
|
chown -R $(id -u):$(id -g) /data/joal
|
||||||
|
|||||||
Reference in New Issue
Block a user