Skip to content

Commit

Permalink
Merge pull request #47 from yonas/patch-1
Browse files Browse the repository at this point in the history
Add support for FreeBSD
  • Loading branch information
xavi- authored Jun 11, 2016
2 parents f2c481f + 989c78f commit a12fc92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ switch(process.platform) {
case "linux":
config = require("./platform/linux");
break;
case "freebsd":
config = require("./platform/linux");
break;
case "openbsd":
config = require("./platform/openbsd");
break;
Expand Down

0 comments on commit a12fc92

Please sign in to comment.