diff --git a/get_wcs.sh b/get_wcs.sh index 685b4064..4ffdf1cb 100755 --- a/get_wcs.sh +++ b/get_wcs.sh @@ -1,4 +1,4 @@ #!/bin/sh -ue -test -d wcs || git clone https://git.entrouvert.org/wcs.git +test -d wcs || git clone https://git.entrouvert.org/entrouvert/wcs.git (cd wcs && git pull)