feat: install, logging improvements
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
|
||||
# skip if in WSL
|
||||
if [[ -n "$WSL_DISTRO_NAME" ]]; then
|
||||
echo -e "${GREY}Running in WSL${NC}"
|
||||
echo -e "${YELLOW}Running in WSL${NC}"
|
||||
export SKIP_DOCKER_CONFIG=1
|
||||
fi
|
||||
|
||||
# skip if in CODESPACES
|
||||
if [[ -n "$CODESPACES" ]]; then
|
||||
echo -e "${GREY}Running in GitHub Codespaces${NC}"
|
||||
echo -e "${YELLOW}Running in GitHub Codespaces${NC}"
|
||||
export SKIP_DOCKER_CONFIG=1
|
||||
fi
|
||||
|
||||
# skip on mac
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
echo -e "${GREY}Running on macOS${NC}"
|
||||
echo -e "${YELLOW}Running on macOS${NC}"
|
||||
export SKIP_DOCKER_CONFIG=1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user