소스 검색

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