This commit is contained in:
2024-11-13 03:55:01 -07:00
parent 0824fc4862
commit 225cd91456
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ Modes:
clear logs clear logs
bash reinstall-esp-idf.sh clearlogs bash reinstall-esp-idf.sh clearlogs
bash reinstall-esp-idf.sh clear bash reinstall-esp-idf.sh clear
bash reinstall-esp-idf.sh clean
bash reinstall-esp-idf.sh cl bash reinstall-esp-idf.sh cl
help: help:
+1
View File
@@ -32,6 +32,7 @@ Modes:
clear logs clear logs
`bash reinstall-esp-idf.sh clearlogs` `bash reinstall-esp-idf.sh clearlogs`
`bash reinstall-esp-idf.sh clear` `bash reinstall-esp-idf.sh clear`
`bash reinstall-esp-idf.sh clean`
`bash reinstall-esp-idf.sh cl` `bash reinstall-esp-idf.sh cl`
help: help:
+2 -2
View File
@@ -8,7 +8,7 @@ gitJobs=5 # number of jobs to download from github with
# get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT # get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT
source $rcFile 2>/dev/null source $rcFile 2>/dev/null
echo -e "\n\n\Source $rcFile\n\t retval: $?\n\n" # echo -e "\n\nSource $rcFile\n\t retval: $?\n\n"
if [ -z $ESPIDF_INSTALLDIR ]; then if [ -z $ESPIDF_INSTALLDIR ]; then
installDir=$HOME/esp # path to install to. $HOME/esp by default installDir=$HOME/esp # path to install to. $HOME/esp by default
@@ -583,7 +583,7 @@ elif [[ "$arg" == "cron" || "$arg" == "c" ]]; then # full install with warn, sle
exit exit
elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" ]]; then # clear logs elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" || "$arg" == "clean" ]]; then # clear logs
handleEmptyLogs handleEmptyLogs
exit exit
+1 -1
View File
@@ -1 +1 @@
61-rc1.4 61-rc1.6