Browse Source

Add Linux as as requirement

master
Quang-Linh LE 10 years ago committed by Sorin Ionescu
parent
commit
159418835f
  1. 2
      modules/homebrew/init.zsh

2
modules/homebrew/init.zsh

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
#
# Return if requirements are not found.
if [[ "$OSTYPE" != darwin* ]]; then
if [[ "$OSTYPE" != (darwin|linux)* ]]; then
return 1
fi

Loading…
Cancel
Save