From 17924e8f88b78590acba5d40d4a441008a5391dd Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 11:36:00 -0500 Subject: [PATCH] . --- SetupNewSystem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index b570bb7..6b217fa 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -100,12 +100,12 @@ fi if [ ! -f /sys/firmware/devicetree/base/model ] ; then export IS_RASPI="0" fi -print_info Completed running "$FUNCNAME" +print_info "Now completed running "$FUNCNAME"...." } function global-oam() { -print_info Now running "$FUNCNAME".... +print_info "Now running "$FUNCNAME"...." curl --silent ${DL_ROOT}/scripts/distro > /usr/local/bin/distro && chmod +x /usr/local/bin/distro curl --silent ${DL_ROOT}/scripts/up2date.sh > /usr/local/bin/up2date.sh && chmod +x /usr/local/bin/up2date.sh