m0ar fizax
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
installs/reinstalls full esp-idf with my own additions on linux.
|
installs/reinstalls full esp-idf with my own additions on linux.
|
||||||
pulls from master so its the very latest
|
pulls from master so its the very latest
|
||||||
|
|
||||||
built for debian-like systems
|
only currently tested on zsh and bash under debian-like, your mileage may vary depending on what features are used
|
||||||
only currently tested on zsh bash theoretically supported
|
|
||||||
some features require user to have passwordless sudo rights
|
some features require user to have passwordless sudo rights
|
||||||
|
|
||||||
Literally the most schizophrenically overengineered thing I have ever made. idk why I did that
|
Literally the most schizophrenically overengineered thing I have ever made. idk why I did that
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ function testAppendAlias() {
|
|||||||
ret=$?
|
ret=$?
|
||||||
if [ ! $ret -eq 0 ]; then
|
if [ ! $ret -eq 0 ]; then
|
||||||
writeToLog "ailas $1 not found, appending to $rcFile"
|
writeToLog "ailas $1 not found, appending to $rcFile"
|
||||||
echo "$2" >> "$rcFile"
|
echo -e "$2" >> "$rcFile"
|
||||||
returnStatus
|
returnStatus
|
||||||
else
|
else
|
||||||
writeToLog "$1 found in $rcFile, skipping\n"
|
writeToLog "$1 found in $rcFile, skipping\n"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# sudo apt update
|
||||||
|
# sudo apt install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
|
||||||
mkdir -p ~/esp
|
mkdir -p ~/esp
|
||||||
git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git ~/esp/esp-idf-tools
|
git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git ~/esp/esp-idf-tools
|
||||||
bash ~/esp/esp-idf-tools/esp-idf-tools-cmd.sh # run as default noninteractive mode
|
bash ~/esp/esp-idf-tools/esp-idf-tools-cmd.sh # run as default noninteractive mode
|
||||||
@@ -20,9 +20,10 @@ x test da shit proper in bash finafrickingly lmfao
|
|||||||
x recheck changebaud/changebaud.sh
|
x recheck changebaud/changebaud.sh
|
||||||
x recheck exit-esp-info
|
x recheck exit-esp-info
|
||||||
README/help
|
README/help
|
||||||
add install size to README
|
installer command
|
||||||
add installer to README
|
curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec $SHELL
|
||||||
add uninstaller to README
|
uninstaller command
|
||||||
|
curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/uninstall.sh | exec $SHELL
|
||||||
uninstaller
|
uninstaller
|
||||||
make uninstaller interactive by default to make sure of paths
|
make uninstaller interactive by default to make sure of paths
|
||||||
check envvars for info
|
check envvars for info
|
||||||
|
|||||||
Reference in New Issue
Block a user