From a75d45f6ea02930be9cb999141929087606c77dc Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 22:08:51 -0600 Subject: [PATCH] jesus fucvk fix4es --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index e6a3803..74edf3a 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash echo -e "\n\nBEGINNING AUTOMATED INSTALL WITH DEFAULTS\n\n" +installDir="$HOME/esp" # possible package manager shit for later # sudo apt update @@ -36,13 +37,13 @@ unset ESPBAUD unset ESPTARGET # make installDir or fail silently if exists -mkdir -p ~/esp +mkdir -p "$installDir" # download da tools -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 "$installDir/esp-idf-tools" # do da install ## tryan nuke mode for lulz -bash -c "$HOME/esp/esp-idf-tools/esp-idf-tools-cmd.sh nuke" +bash -c "$installDir/esp-idf-tools/esp-idf-tools-cmd.sh nuke" echo -e "\n\nINSTALL COMPLETE\n\n" \ No newline at end of file