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"
|
||||
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"
|
||||
Reference in New Issue
Block a user