From 5ba4012ec2a42e9426e57bf448ec3a48e5781630 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 09:22:03 -0600 Subject: [PATCH] k0boldz \ --- installer_auto.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/installer_auto.sh b/installer_auto.sh index 460bc96..18d6897 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -196,6 +196,8 @@ reconfigure_full () { } phase_one () { + echo -e "\nStarting 1/5\n" + long_sleep # updoot @@ -223,6 +225,8 @@ phase_one () { } phase_two () { + echo -e "\nStarting 2/5\n" + long_sleep # rpi-update @@ -251,6 +255,8 @@ phase_two () { } phase_three () { + echo -e "\nStarting 3/5\n" + long_sleep # full distribution upgrade @@ -276,6 +282,8 @@ phase_three () { } phase_four () { + echo -e "\nStarting 5/5\n" + long_sleep # grafana repo and install @@ -386,10 +394,12 @@ phase_four () { } phase_five () { + echo -e "\nStarting 1/5\n" + long_sleep # reconfigure to normal mode - echo -e "\nStarting configure script...\n" + echo -e "\nStarting configurAation\n" # info level # bash ./reconfig_full.sh ./reconfig_full.sh ./info-level-conf # running (warn level)