mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 22:43:25 +01:00
Update
This commit is contained in:
@@ -22,7 +22,7 @@ RUN \
|
||||
\
|
||||
#Install Joal
|
||||
&& curl -J -L -o /tmp/joal.tar.gz \
|
||||
"https://github.com/anthonyraymond/joal/releases/download/"$BUILD_VERSION"/joal.tar.gz" \
|
||||
"https://github.com/anthonyraymond/joal/releases/download/'$BUILD_VERSION'/joal.tar.gz" \
|
||||
&& mkdir -p /data/joal \
|
||||
&& tar zxvf /tmp/joal.tar.gz -C /data/joal \
|
||||
&& chown -R $(id -u):$(id -g) /data/joal \
|
||||
|
||||
Reference in New Issue
Block a user