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

Commit 742a6eb7 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

login page fix

parent 81207919
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -160,10 +160,10 @@ RUN curl -fsSL -o user_backend_sql_raw.tar.gz \

# Selfhost theme helper
RUN curl -fsSL -o selfhost-theme-helper.tar.gz \
   "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/selfhost-theme-helper/-/archive/${SELFHOST_THEME_VERSION}/selfhost-theme-helper-${SELFHOST_THEME_VERSION}.tar.gz" && \
    tar -xf  selfhost-theme-helper-${SNAPPY_THEME_VERSION}.tar.gz -C /tmp/ && \
   "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/selfhost-theme-helper/-/archive/1.0.0/selfhost-theme-helper-1.0.0.tar.gz" && \
    tar -xf  selfhost-theme-helper-1.0.0.tar.gz -C /tmp/ && \
    mkdir -p ${BASE_DIR}/custom_apps/selfhost-theme-helper && \
    mv /tmp/selfhost-theme-helper-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/custom_apps/selfhost-theme-helper && \
    mv /tmp/selfhost-theme-helper-1.0.0/ ${BASE_DIR}/custom_apps/selfhost-theme-helper && \
    chown -R www-data:www-data ${BASE_DIR}/custom_apps/selfhost-theme-helper/ && \
    rm -rf selfhost-theme-helper.tar.gz