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