mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
fix: indent
This commit is contained in:
parent
7c5d7e13a4
commit
87da4c2051
@ -12,7 +12,7 @@ RUN rm kindlegen.tar.gz
|
||||
|
||||
RUN \
|
||||
if [ -z ${MOD_VERSION+x} ]; then \
|
||||
MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \
|
||||
MOD_VERSION=$(curl -s https://api.github.com/repos/ciromattia/kcc/releases/latest | jq -rc ".tag_name"); \
|
||||
fi; \
|
||||
curl -L https://github.com/ciromattia/kcc/archive/refs/tags/${MOD_VERSION}.tar.gz > kcc.tar.gz && \
|
||||
tar -xzf kcc.tar.gz && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user