porptantramptant
This commit is contained in:
@@ -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"
|
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
|
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
|
rm -rf $HOME/esp/.custom_bin
|
||||||
|
|
||||||
echo -e "\nCoppying new custom_bins and making them executable\n"
|
echo -e "\nCoppying new custom_bin and making them executable\n"
|
||||||
cp -r $runningDir/custom_bins ~/esp/.custom_bins
|
cp -r $runningDir/custom_bin ~/esp/.custom_bin
|
||||||
chmod +x $HOME/esp/.custom_bins/*
|
chmod +x $HOME/esp/.custom_bis/*
|
||||||
|
|
||||||
echo -e "\nAll done :3\n"
|
echo -e "\nAll done :3\n"
|
||||||
+1
-1
@@ -1 +1 @@
|
|||||||
56-dev.4
|
56-dev.5
|
||||||
Reference in New Issue
Block a user