This commit is contained in:
2024-11-12 07:36:31 -07:00
parent 5f4a933ec6
commit 77a38d8101
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -125,7 +125,7 @@ function handleAliasEnviron() {
if [ -z $ESPIDF_INSTALLDIR ]; then
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): ESPIDF_INSTALLDIR environment variable not found, appending to ${rcFile}"
echo -e "export ESPIDF_INSTALLDIR=\"${installDir}\"\n"
echo -e "export ESPIDF_INSTALLDIR=\"${installDir}\"\n" >> $rcFile
returnStatus
else
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): ESPIDF_INSTALLDIR environment variable already installed, skipping"
@@ -287,6 +287,11 @@ elif [ "$arg" == "retool" ]; then # just reinstall bins and export
handleEnd
exit
elif [ "$arg" == "interactive" ]; then
action="REINSTALL (INTERACTIVE)"
# something here lmfao
exit
else # full install with warn, sleep, and reboot
action="REINSTALL (DEFAULT)"
+1 -1
View File
@@ -1 +1 @@
60-dev.5
60-dev.6