build(install.sh): added more docs about boost and made check only happen once

This commit is contained in:
2025-07-29 11:46:50 -04:00
parent 7567b7b895
commit 5181dda06e
2 changed files with 2 additions and 0 deletions

View File

@@ -964,6 +964,7 @@ run_main_tui() {
while true; do
# Re-check boost status to update menu dynamically
if [[ $BOOST_CHECKED = false ]]; then
log "${BLUE}[Info] Checking Boost library status (this may take a minute)...${NC}"
# If BOOST_CHECKED is set, we assume Boost was checked previously
check_boost >/dev/null 2>&1 || BOOST_OKAY=false
BOOST_CHECKED=true