fx installer
This commit is contained in:
+8
-4
@@ -57,9 +57,13 @@ echo -e "\tDownloading esp-idf-tools to $installDir/esp-idf-tools"
|
|||||||
git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git "$installDir/esp-idf-tools"
|
git clone --recursive https://github.com/PrincessPi3/esp-idf-tools.git "$installDir/esp-idf-tools"
|
||||||
|
|
||||||
# do da install
|
# do da install
|
||||||
## tryan nuke mode for lulz
|
if [[ "$1" == "full" ]]; then
|
||||||
echo -e "\n\nRunning install script!\n\n"
|
## tryan nuke mode for lulz
|
||||||
chmod +x "$installDir/esp-idf-tools/esp-idf-tools-cmd.sh"
|
echo -e "\n\nRunning install script!\n\n"
|
||||||
bash "$installDir/esp-idf-tools/esp-idf-tools-cmd.sh" nuke
|
chmod +x "$installDir/esp-idf-tools/esp-idf-tools-cmd.sh"
|
||||||
|
bash "$installDir/esp-idf-tools/esp-idf-tools-cmd.sh" nuke
|
||||||
|
else
|
||||||
|
echo -e "\nskipping install esp-idf\n"
|
||||||
|
fi
|
||||||
|
|
||||||
echo -e "\n\nINSTALL COMPLETE\n\n"
|
echo -e "\n\nINSTALL COMPLETE\n\n"
|
||||||
Reference in New Issue
Block a user