hopefull6

This commit is contained in:
2025-08-18 22:23:37 -06:00
parent c2d5ea79d0
commit 1d04270c41
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ function testAppendAlias() {
function handleAliasEnviron() { function handleAliasEnviron() {
cp $rcFile $rcFile.bak # backup da thing first frong cp $rcFile $rcFile.bak # backup da thing first frong
# the pretty comment and such first # the pretty comment and such first
testAppendAlias "# esp-idf-tools aliases" "\n# esp-idf-tools" testAppendAlias "# esp-idf-tools aliases" "\n\n# esp-idf-tools"
testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir\"" testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir\""
testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'" testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'"
testAppendAlias "run-esp-cmd" "alias run-esp-cmd='bash $runningDir/esp-idf-tools-cmd.sh'" testAppendAlias "run-esp-cmd" "alias run-esp-cmd='bash $runningDir/esp-idf-tools-cmd.sh'"
+1 -2
View File
@@ -1,5 +1,5 @@
esp-idf-cools-cmd.sh esp-idf-cools-cmd.sh
add an "\n# esp-idf-tools" comment to rcfile if none present before appending aliases and shit x add an "\n# esp-idf-tools" comment to rcfile if none present before appending aliases and shit
get a list of branches to view when inputting branch name in interactive/install/i get a list of branches to view when inputting branch name in interactive/install/i
check if run by root and if so, fail check if run by root and if so, fail
option on download two other repos option on download two other repos
@@ -31,6 +31,5 @@ uninstaller
check envvars for info check envvars for info
unset envvars if need be unset envvars if need be
option for default nuke option for default nuke
export
check for existance of esp model before allowing on export and changesp check for existance of esp model before allowing on export and changesp
tool to git pull recursive, retool, update, install as needed tool to git pull recursive, retool, update, install as needed