awooo112111\
This commit is contained in:
@@ -319,6 +319,7 @@ function handleAliasEnviron() {
|
|||||||
grep -q '# esp-idf-tools' $rcFile
|
grep -q '# esp-idf-tools' $rcFile
|
||||||
ret=$?
|
ret=$?
|
||||||
|
|
||||||
|
# add the friendly comment to the rcfile if its not there :3
|
||||||
if [ ! $ret -eq 0 ]; then
|
if [ ! $ret -eq 0 ]; then
|
||||||
writeToLog "Adding esp-idf-tools aliases to $rcFile"
|
writeToLog "Adding esp-idf-tools aliases to $rcFile"
|
||||||
echo -e "\n# esp-idf-tools\n" >> $rcFile
|
echo -e "\n# esp-idf-tools\n" >> $rcFile
|
||||||
|
|||||||
@@ -1,12 +1,25 @@
|
|||||||
|
esp-idf-cools-cmd.sh
|
||||||
add an "\n# esp-idf-tools" comment to rcfile if none present before appending aliases and shit
|
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
|
||||||
install.sh for curl -s github/install.sh | "$SHELL" installation
|
check if run by root and if so, fail
|
||||||
|
option on download two other repos
|
||||||
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
|
||||||
option on the other two repos
|
some kinda more meaningful status indication instead of endless terminal spam?
|
||||||
|
install.sh for curl -s github/install.sh | exec $SHELL installation
|
||||||
|
interactive by default or defaults mode
|
||||||
test da shit proper in bash finafrickingly lmfao
|
test da shit proper in bash finafrickingly lmfao
|
||||||
changeport/changeport.sh
|
changeport/changeport.sh
|
||||||
recheck espinfo
|
x recheck espinfo
|
||||||
recheck changeesp/changeesp.sh
|
x recheck changeesp/changeesp.sh
|
||||||
recheck changebaud/changebaud.sh
|
x recheck changebaud/changebaud.sh
|
||||||
some kinda more meaningful status indication instead of endless terminal spam?
|
x recheck exit-esp-info
|
||||||
|
README/help
|
||||||
|
add install size to README
|
||||||
|
add installer to README
|
||||||
|
add uninstaller to README
|
||||||
|
uninstaller
|
||||||
|
make uninstaller interactive by default to make sure of paths
|
||||||
|
check envvars for info
|
||||||
|
unset envvars if need be
|
||||||
|
option for default nuke
|
||||||
Reference in New Issue
Block a user