Skip to content
Permalink
Browse files
setup script: add support for FreeBSD
  • Loading branch information
Sergey Lukin committed Nov 21, 2012
1 parent a63ce3d commit 8630c44
Showing 1 changed file with 2 additions and 2 deletions.
@@ -19,7 +19,7 @@ os=$(uname -s)

if [[ "$os" == "Darwin" ]]; then
mac=1
elif [[ "$os" == "Linux" ]]; then
elif [[ "$os" == "Linux" || "$os" == "FreeBSD" ]]; then
linux=1
else
echo "Windows is not officially supported, currently."
@@ -255,4 +255,4 @@ art() {

# function calls.
art
audit
audit

0 comments on commit 8630c44

Please sign in to comment.