Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adeec4e4 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

text fix

parent 51d2299a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ RUN curl -fsSL -o rainloop.tar.gz \
    rm rainloop.tar.gz;

RUN curl -fsSL -o ecloud-theme-helper.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_VERSION_JOB_ID}/artifacts/download" && \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_JOB_ID}/artifacts/download" && \
    unzip ecloud-theme-helper.zip && \
    mv dist/ecloud-theme-helper ${BASE_DIR}/custom_apps/ && \
    rm ecloud-theme-helper.zip;