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:
@@ -10,5 +10,5 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
cat /etc/os-release
|
||||
else
|
||||
echo -e "${RED}Unknown OS: $OSTYPE${NC}"
|
||||
log_error "Unknown OS: $OSTYPE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user