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

Commit 18e17ed4 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

updated

parent bd8be2ec
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ RUN curl -fsSL -o murena_launcher.zip \

RUN curl -fsSL -o integration_google.tar.gz \
    "https://github.com/nextcloud/integration_google/archive/refs/tags/v${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \
    tar -xf integration_google.tar.gz -C ${BASE_DIR}/custom_apps/ && \
    tar -xf integration_google.tar.gz -C /tmp/ && \
    mv /tmp/integration_google-${GOOGLE_INTEGRATION_VERSION}/ ${BASE_DIR}/custom_apps/integration_google && \
    chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \
    rm integration_google.tar.gz;