Skip to content

Commit

Permalink
Add support for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
yonas committed Jun 11, 2016
1 parent f2c481f commit 989c78f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
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 989c78f

Please sign in to comment.