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

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

update ldap write support 1.6.0

parent 3b50c3b1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ RUN curl -fsSL -o ecloud-accounts.zip \
    rm ecloud-accounts.zip;

RUN curl -fsSL -o ldap_write_support.tar.gz \
    "https://github.com/nextcloud-releases/ldap_write_support/releases/download/v${LDAP_WRITE_SUPPORT_VERSION}/ldap_write_support.tar.gz" && \
    "https://github.com/nextcloud-releases/ldap_write_support/releases/download/v${LDAP_WRITE_SUPPORT_VERSION}/ldap_write_support-v${LDAP_WRITE_SUPPORT_VERSION}.tar.gz" && \
    tar -xf ldap_write_support.tar.gz -C ${BASE_DIR}/custom_apps && \
    rm ldap_write_support.tar.gz