This commit is contained in:
2025-11-18 14:51:37 -07:00
parent d06b8a5f6f
commit b36af9b137
+5 -5
View File
@@ -15,11 +15,11 @@ if [ "$wipe" == "y" ]; then
bash erase-flash
fi
echo -e "\nRun menuconfig y/n?\n"
read menuconfig
if [ "$menuconfig" == "y" ]; then
bash menuconfig
fi
# echo -e "\nRun menuconfig y/n?\n"
# read menuconfig
# if [ "$menuconfig" == "y" ]; then
# bash menuconfig
# fi
echo -e "\nSave as Default Config? y/n?\n"
read defconfig