feat: install, logging improvements

This commit is contained in:
2025-06-02 22:24:32 +01:00
parent c942a8b9ff
commit 9b23394145
11 changed files with 35 additions and 44 deletions

View File

@@ -7,7 +7,7 @@
# skip if CODESPACES is set
if [ -n "$CODESPACES" ]; then
echo -e "${GREY}Running in a GitHub Codespace${NC}"
echo -e "${YELLOW}Running in a GitHub Codespace${NC}"
export SKIP_SSH_CONFIG=1
fi