From 609179e60617d03912e7de81c87b32b3701d65ef Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 06:07:01 -0600 Subject: [PATCH] 1.5-rc-3 --- time_fuckery.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/time_fuckery.sh b/time_fuckery.sh index 0dce522..6e3d48e 100644 --- a/time_fuckery.sh +++ b/time_fuckery.sh @@ -700,13 +700,13 @@ else if [ -f $status_log ]; then updoot_repo - if [[ "$(cat $installer_status)" == 1 ]]; then + if [[ "$(cat $installer_status)" =~ 1 ]]; then phase_two - elif [[ "$(cat $installer_status)" == 2 ]]; then + elif [[ "$(cat $installer_status)" =~ 2 ]]; then phase_three - elif [[ "$(cat $installer_status)" == 3 ]]; then + elif [[ "$(cat $installer_status)" =~ 3 ]]; then phase_four - elif [[ "$(cat $installer_status)" == 4 ]]; then + elif [[ "$(cat $installer_status)" =~ 4 ]]; then phase_five else echo -e "\nAlready installed!\n\tUsage: time_fuckery.sh test"