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:
@@ -7,7 +7,7 @@
|
||||
|
||||
# skip if CODESPACES is set
|
||||
if [ -n "$CODESPACES" ]; then
|
||||
echo -e "${YELLOW}Running in a GitHub Codespace${NC}"
|
||||
log_warn "Running in a GitHub Codespace"
|
||||
export SKIP_SSH_CONFIG=1
|
||||
fi
|
||||
|
||||
@@ -29,5 +29,5 @@ if [ -z "$SKIP_SSH_CONFIG" ]; then
|
||||
|
||||
unset ssh_method ssh_target ssh_key ssh_pub
|
||||
else
|
||||
echo -e "${YELLOW}Skipping SSH configuration${NC}"
|
||||
log_warn "Skipping SSH configuration"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user