浏览代码

used net/url insteadof testutils and created the Dockerfile

Mohamed Al Ashaal 7 年之前
父节点
当前提交
b34fda3104
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      install.sh

+ 0 - 9
install.sh

@@ -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