Просмотр исходного кода

used net/url insteadof testutils and created the Dockerfile

Mohamed Al Ashaal 7 лет назад
Родитель
Сommit
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