From 9c328dbdfd4858cb4ed6a6af46b6475af14f79d0 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 08:06:59 -0700 Subject: [PATCH] 60-dev.12 --- cron-reinstall-esp-idf.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index c5fba92..cda9489 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -299,7 +299,7 @@ elif [ "$arg" == "interactive" ]; then # something here lmfao exit -elif [ "$arg" == "cron" ] # full install with warn, sleep, and reboot +elif [ "$arg" == "cron" ]; then # full install with warn, sleep, and reboot action="REINSTALL (CRON)" gitCmd="git clone --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir" diff --git a/version.txt b/version.txt index 89166e6..e882286 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-dev.11 \ No newline at end of file +60-dev.12 \ No newline at end of file