60-dev.12
This commit is contained in:
@@ -299,7 +299,7 @@ elif [ "$arg" == "interactive" ]; then
|
|||||||
# something here lmfao
|
# something here lmfao
|
||||||
exit
|
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)"
|
action="REINSTALL (CRON)"
|
||||||
|
|
||||||
gitCmd="git clone --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir"
|
gitCmd="git clone --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir"
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
60-dev.11
|
60-dev.12
|
||||||
Reference in New Issue
Block a user