Add Custom Scripts

This commit is contained in:
Alexandre
2022-12-27 14:27:25 +01:00
committed by GitHub
parent 83a09a642d
commit ae1164b63b
24 changed files with 24 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& rm /automatic_packages.sh
# Modules
ARG MODULES="00-banner.sh"
ARG MODULES="00-banner.sh 01-custom_script.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) >/dev/null; fi \