File tree Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/zsh
2+
3+ echo " \n--------------------------------------------------------------------------"
4+ echo " \n${squid} ${red} (Re)Install ${cyan} ESP32 IDF? ${nc} [y/${white} N${nc} ]"
5+ echo " \n--------------------------------------------------------------------------"
6+ read -rs -k 1 response
7+ if [[ " $response " = " y" ]]
8+ then
9+ clear
10+ echo " \n--------------------------------------------------------------------------"
11+ echo " \n${fox} ${blue} Processing ${cyan} ESP32 IDF${nc} "
12+ echo " \n--------------------------------------------------------------------------"
13+ cd ~ /esp
14+ # git clone --recursive [email protected] :OtherCrashOverride/esp-idf.git 15+ git clone -b release/v3.2-odroid --single-branch
[email protected] :OtherCrashOverride/esp-idf.git --recursive
16+ cd ~ /esp/esp-idf
17+ git submodule update --init --recursive
18+ ./install.sh
19+ fi
20+ clear
Original file line number Diff line number Diff line change 5858 # ---------------------------------
5959 source helpers/paths
6060
61- # ---------------------------------
62- # Goodbye
63- # ---------------------------------
64- source helpers/goodbye
65- else
66- clear
67-
6861 # ---------------------------------
6962 # Goodbye
7063 # ---------------------------------
7164 source helpers/goodbye
7265fi
66+ clear
67+
68+ # ---------------------------------
69+ # Styles
70+ # ---------------------------------
71+ source helpers/esp32
72+
73+ # ---------------------------------
74+ # Goodbye
75+ # ---------------------------------
76+ source helpers/goodbye
7377sleep 1
7478clear
You can’t perform that action at this time.
0 commit comments