diff --git a/get_wcs.sh b/get_wcs.sh index d939cfd..94f4fcc 100755 --- a/get_wcs.sh +++ b/get_wcs.sh @@ -1,4 +1,4 @@ #!/bin/sh -xue -test -d wcs || git clone http://git.entrouvert.org/wcs.git +test -d wcs || git clone https://git.entrouvert.org/wcs.git (cd wcs && git pull)