From 9976aa3a8991ebcac01ec67f9cd95482e3fbe3d6 Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 3 May 2023 20:04:34 +0200 Subject: [PATCH] removed old comment --- install_base/install_base.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_base/install_base.sh b/install_base/install_base.sh index b2ac8ec..7ae9aea 100644 --- a/install_base/install_base.sh +++ b/install_base/install_base.sh @@ -137,16 +137,16 @@ echo "Europe/Berlin" > /etc/timezone && \ #### ## ## customization can be done here -## the placeholder within '%%' gets -#### filled by makeanything.sh +## +#### ###### message "run custom steps from /tmp/install_base.customsteps.tpl.sh" . /tmp/install_base.customsteps.sh ###### -#### it's a simple sudo -## command +#### +## ## / customization End / ## ####