m0ar fizax

This commit is contained in:
2025-08-18 21:04:24 -06:00
parent b5d694be79
commit 91d39b419e
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -57,11 +57,11 @@ fi
gitJobs=5 # number of jobs to download from github with gitJobs=5 # number of jobs to download from github with
rebootMins=3 # minutes of warning before reboot rebootMins=3 # minutes of warning before reboot
log="$installDir/install.log" # log file log="$defaultInstallDir/install.log" # log file
versionData="$installDir/version-data.log" # version data log file versionData="$defaultInstallDir/version-data.log" # version data log file
idfDir="$installDir/esp-idf" # esp-idf path idfDir="$defaultInstallDir/esp-idf" # esp-idf path
exportScript=$idfDir/export.sh # export script exportScript=$idfDir/export.sh # export script
customBinLocation="$installDir/.custom_bin" # where custom bin scripts are placed customBinLocation="$defaultInstallDir/.custom_bin" # where custom bin scripts are placed
espressifLocation="$HOME/.espressif" # espressif tools install location espressifLocation="$HOME/.espressif" # espressif tools install location
runningDir="$( cd "$( dirname "$0" )" && pwd )" runningDir="$( cd "$( dirname "$0" )" && pwd )"
customBinFrom="$runningDir/custom_bin" # dir where custom scripts are coming FROM customBinFrom="$runningDir/custom_bin" # dir where custom scripts are coming FROM
+1
View File
@@ -6,6 +6,7 @@ esp-idf-cools-cmd.sh
interactive/install/i seems to not work properly. variable scope? interactive/install/i seems to not work properly. variable scope?
get update properly workan frong get update properly workan frong
some kinda more meaningful status indication instead of endless terminal spam? some kinda more meaningful status indication instead of endless terminal spam?
think i brope interaCTIVE lol
x install.sh for curl -s github/install.sh | exec $SHELL installation x install.sh for curl -s github/install.sh | exec $SHELL installation
make it handle shit like make it handle shit like
detecting existing dirs and erroring detecting existing dirs and erroring