From 0d48c978f32156239a36cc1dc132c18fcfe49b7d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 11:12:44 -0600 Subject: [PATCH] k0boldz ARE COBALT --- installer_auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer_auto.sh b/installer_auto.sh index a8753dc..b80464c 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -238,7 +238,7 @@ phase_two () { # run da raspberry pi config script clear echo -e "\nConfigure Raspberry Pi... DO NOT REBOOT\n" - echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? \n\tkernel module loaded by default \n\nInterface Options->Serial Port\n\tWould you like a login shell to be accessible over serial? \n\tWould you like the serial port hardware to be enabled? \n\tExpand Filesystem\n" + echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? \n\tkernel module loaded by default \n\nInterface Options->Serial Port\n\tWould you like a login shell to be accessible over serial? \n\tWould you like the serial port hardware to be enabled? \nAdvanced Options\n\tExpand Filesystem\n" read -p "Press ENTER to Continue" sudo raspi-config @@ -249,7 +249,7 @@ phase_two () { echo 2 > $installer_status # update the log - echo "installer1.sh complete 2/5" >> $status_log + echo "phase two complete 2/5" >> $status_log run_reboot }