porptantramptant

This commit is contained in:
2024-11-12 05:14:42 -07:00
parent 329260b71c
commit d49d987a0a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -15,11 +15,11 @@ cp $HOME/esp/esp-idf/export.sh.bak $HOME/esp/esp-idf/export.sh
echo -e "\nAppending new add-to-export-sh.txt to export.sh\n"
cat $runningDir/add-to-export-sh.txt >> $HOME/esp/esp-idf/export.sh
echo -e "\nDeleting .custom_bins dir\n"
echo -e "\nDeleting .custom_bin dir\n"
rm -rf $HOME/esp/.custom_bin
echo -e "\nCoppying new custom_bins and making them executable\n"
cp -r $runningDir/custom_bins ~/esp/.custom_bins
chmod +x $HOME/esp/.custom_bins/*
echo -e "\nCoppying new custom_bin and making them executable\n"
cp -r $runningDir/custom_bin ~/esp/.custom_bin
chmod +x $HOME/esp/.custom_bis/*
echo -e "\nAll done :3\n"