Remove modules code

This commit is contained in:
Alexandre
2022-01-14 15:53:10 +01:00
parent 65fd606ae3
commit f72430f02f
112 changed files with 24 additions and 4234 deletions

View File

@@ -37,7 +37,7 @@ RUN sed -i "s|/config|/data|g" /etc/services.d/*/run \
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh"
ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh"
# Automatic modules download
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \