m0ar fizax

This commit is contained in:
2025-08-18 20:39:22 -06:00
parent 6b5cb2354e
commit 33cd0b24f8
+7 -7
View File
@@ -526,12 +526,12 @@ if [[ "$arg" == "test" || "$arg" == "t" ]]; then # minimal actions taken, echo t
gitUpdateCmd=$updateCmdTemp gitUpdateCmd=$updateCmdTemp
handleStart handleStart
handleAliasEnviron
handleCheckInstallPackages handleCheckInstallPackages
handleCustomBins handleCustomBins
handleDownloadInstall handleDownloadInstall
handleExport handleExport
handleTestExport handleTestExport
handleAliasEnviron
handleEnd handleEnd
exit exit
@@ -592,9 +592,9 @@ elif [[ "$arg" == "interactive" || "$arg" == "install" || "$arg" == "i" ]]; then
writeToLog "Interactive vars set:\n\tinstallDir: $installDir\n\tgitBranch: $gitBranch\n\trcFile: $rcFile\n\tgitJobs: $gitJobs\n\tidfGet: $idfGet\n" writeToLog "Interactive vars set:\n\tinstallDir: $installDir\n\tgitBranch: $gitBranch\n\trcFile: $rcFile\n\tgitJobs: $gitJobs\n\tidfGet: $idfGet\n"
handleStart handleStart
handleAliasEnviron
handleCheckInstallPackages handleCheckInstallPackages
handleSetupEnvironment handleSetupEnvironment
handleAliasEnviron
handleCustomBins handleCustomBins
handleDownloadInstall handleDownloadInstall
handleExport handleExport
@@ -628,9 +628,9 @@ elif [[ "$arg" == "update" || "$arg" == "u" ]]; then # update without logouts or
sleepMins=0 sleepMins=0
handleStart handleStart
handleClearInstallLog handleAliasEnviron # not needed?
handleClearInstallLog # no needed?
handleSetupEnvironment handleSetupEnvironment
handleAliasEnviron
handleCustomBins handleCustomBins
handleDownloadInstall handleDownloadInstall
handleExport handleExport
@@ -648,9 +648,9 @@ elif [[ "$arg" == "nuke" || "$arg" == "n" ]]; then
idfGet="download" idfGet="download"
handleStart handleStart
handleAliasEnviron
handleClearInstallLog handleClearInstallLog
handleSetupEnvironment handleSetupEnvironment
handleAliasEnviron
handleCustomBins handleCustomBins
handleDownloadInstall handleDownloadInstall
handleExport handleExport
@@ -665,9 +665,9 @@ elif [[ "$arg" == "nukereboot" || "$arg" == "nr" || "$arg" == "rebootnuke" || "$
handleStart handleStart
messagePTS "\n\nesp-idf-tools action $action started!\nWill reboot with $sleepMins minutes delay when complete!\n\n" messagePTS "\n\nesp-idf-tools action $action started!\nWill reboot with $sleepMins minutes delay when complete!\n\n"
handleAliasEnviron
handleClearInstallLog handleClearInstallLog
handleSetupEnvironment handleSetupEnvironment
handleAliasEnviron
handleCustomBins handleCustomBins
handleDownloadInstall handleDownloadInstall
handleExport handleExport
@@ -687,11 +687,11 @@ else # full noninteractive (re)install without logout, reboot, or sleeps
handleStart handleStart
handleClearInstallLog handleClearInstallLog
handleAliasEnviron
handleSetupEnvironment handleSetupEnvironment
handleCustomBins handleCustomBins
handleDownloadInstall handleDownloadInstall
handleExport handleExport
handleAliasEnviron
handleEnd handleEnd
exit exit