@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [[ "$OSTYPE" == "linux-gnu" ]]; then
-elif [[ "$OSTYPE" == "darwin"* ]]; then
-else
- echo "Unsupported OS, try to build it from source"
-fi