File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,6 @@ RUN tar -zxvf kindlegen.tar.gz kindlegen
1010RUN chmod +rwx 'kindlegen'
1111RUN rm kindlegen.tar.gz
1212
13-
14- RUN \
15- echo "**** grab transmissionic ****" && \
16- mkdir -p /root-layer/themes && \
17- if [ -z ${MOD_VERSION+x} ]; then \
18- MOD_VERSION=$(curl -s "https://api.github.com/repos/6c65726f79/Transmissionic/releases/latest" \
19- | jq -rc ".tag_name" ); \
20- fi && \
21- curl -o \
22- /tmp/transmissionic.zip -L \
23- "https://github.com/6c65726f79/Transmissionic/releases/download/${MOD_VERSION}/Transmissionic-webui-${MOD_VERSION}.zip" && \
24- unzip \
25- /tmp/transmissionic.zip -d \
26- /root-layer/themes && \
27- mv /root-layer/themes/web /root-layer/themes/transmissionic
2813RUN \
2914 if [ -z ${MOD_VERSION+x} ]; then \
3015 MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" \
You can’t perform that action at this time.
0 commit comments