61-beta3.4

This commit is contained in:
2024-11-13 01:46:29 -07:00
parent cd562cc972
commit 03e9021798
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -34,7 +34,7 @@ gitUpdateCmd="git -C $idfDir reset --hard; git -C $idfDir clean -df; git -C $idf
installCmd="$idfDir/install.sh all"
toolsInstallCmd="python $idfDir/tools/idf_tools.py install all 2>/dev/null"
toolsInstallCmd="python $idfDir/tools/idf_tools.py install all"
idfGet="update" # default method
@@ -477,6 +477,7 @@ function handleChk() {
if [[ $totalErrorLoad < 2 ]]; then
writeToLog "Installed Successfully, total error load: $totalErrorLoad"
echo -e "\n\n$retCodes\n\n"
else
writeToLog "Install FAILED! Dumping return codes:\n"
writeToLog "$retCodes"
+1 -1
View File
@@ -1 +1 @@
61-beta3.3
61-beta3.4