From 937449dd825c264d2fb6a84ac04e9fa49380477a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 06:52:23 -0700 Subject: [PATCH] fx installer --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 6864475..61073ce 100644 --- a/install.sh +++ b/install.sh @@ -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"