fx installer

This commit is contained in:
2025-11-02 06:52:23 -07:00
parent 7d699d7531
commit 937449dd82
+6
View File
@@ -1,4 +1,10 @@
#!/bin/bash
# usage
## install esp-idf-tools but dont install esp-idf
### curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh | exec "$SHELL"
## install esp-idf all with esp-idf-tools
### installer=$(curl -s https://raw.githubusercontent.com/PrincessPi3/esp-idf-tools/refs/heads/master/install.sh) && "$SHELL $installer full"
# settings
defaultInstallDir="$HOME/esp"