From 9923f5b18e3d033bb947a425279ce45c1d1c8138 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 21 Dec 2019 21:00:43 +0100 Subject: [PATCH] checkout the right branch --- docker/scripts/install-dependencies.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index 92d3bef..c22300b 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -45,9 +45,8 @@ wget http://physics.princeton.edu/pulsar/k1jt/$WSJT_TGZ tar xvfz $WSJT_TGZ cmakebuild $WSJT_DIR -git clone --depth 1 https://github.com/wb2osz/direwolf.git +git clone --depth 1 -b 1.5 https://github.com/wb2osz/direwolf.git cd direwolf -git checkout 1.5 patch -Np1 < /direwolf-1.5.patch make make install