This commit is contained in:
2024-10-29 00:35:58 -06:00
parent efe437417d
commit 97126fb13d
+1 -1
View File
@@ -47,7 +47,7 @@ else
fi fi
echo -e "\nPlacing and enabeling custom bins\n" echo -e "\nPlacing and enabeling custom bins\n"
cp -r "${installDir}/.custom_bin" $installDir cp -r "${runningDir}/.custom_bin" $installDir
chmod +x "${installDir}/.custom_bin/*" chmod +x "${installDir}/.custom_bin/*"
echo -e "\nPulling latest esp-idf code from github\n" echo -e "\nPulling latest esp-idf code from github\n"