Skip to content

Commit

Permalink
fix: removed unwanted code, file not saved properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmzx committed Aug 10, 2024
1 parent acf2ecb commit aaa7322
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ RUN tar -zxvf kindlegen.tar.gz kindlegen
RUN chmod +rwx 'kindlegen'
RUN rm kindlegen.tar.gz


RUN \
echo "**** grab transmissionic ****" && \
mkdir -p /root-layer/themes && \
if [ -z ${MOD_VERSION+x} ]; then \
MOD_VERSION=$(curl -s "https://api.github.com/repos/6c65726f79/Transmissionic/releases/latest" \
| jq -rc ".tag_name"); \
fi && \
curl -o \
/tmp/transmissionic.zip -L \
"https://github.com/6c65726f79/Transmissionic/releases/download/${MOD_VERSION}/Transmissionic-webui-${MOD_VERSION}.zip" && \
unzip \
/tmp/transmissionic.zip -d \
/root-layer/themes && \
mv /root-layer/themes/web /root-layer/themes/transmissionic
RUN \
if [ -z ${MOD_VERSION+x} ]; then \
MOD_VERSION=$(curl -s "https://api.github.com/repos/ciromattia/kcc/releases/latest" \
Expand Down

0 comments on commit aaa7322

Please sign in to comment.