eepeeppe
This commit is contained in:
@@ -125,7 +125,7 @@ function handleAliasEnviron() {
|
|||||||
|
|
||||||
if [ -z $ESPIDF_INSTALLDIR ]; then
|
if [ -z $ESPIDF_INSTALLDIR ]; then
|
||||||
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): ESPIDF_INSTALLDIR environment variable not found, appending to ${rcFile}"
|
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
|
returnStatus
|
||||||
else
|
else
|
||||||
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): ESPIDF_INSTALLDIR environment variable already installed, skipping"
|
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
|
handleEnd
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
elif [ "$arg" == "interactive" ]; then
|
||||||
|
action="REINSTALL (INTERACTIVE)"
|
||||||
|
# something here lmfao
|
||||||
|
exit
|
||||||
|
|
||||||
else # full install with warn, sleep, and reboot
|
else # full install with warn, sleep, and reboot
|
||||||
action="REINSTALL (DEFAULT)"
|
action="REINSTALL (DEFAULT)"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
60-dev.5
|
60-dev.6
|
||||||
Reference in New Issue
Block a user