feat: macos and brew install support
This commit is contained in:
@@ -9,4 +9,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
sw_vers
|
||||
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
lsb_release -a
|
||||
else
|
||||
echo "Unknown OS: $OSTYPE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user