Refactor colored install log format - implement log functions and update all install scripts

Co-authored-by: andrejusk <7396847+andrejusk@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-06-20 20:37:01 +00:00
parent a4f05995bd
commit f6c737b5e4
18 changed files with 56 additions and 24 deletions

View File

@@ -21,5 +21,5 @@ if command -v apt-get &> /dev/null; then
apt --version
else
echo -e "${YELLOW}Skipping: apt-get not found${NC}"
log_warn "Skipping: apt-get not found"
fi