Skip to content

Commit

Permalink
Update install_executables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Webb committed Sep 4, 2019
1 parent 29cbc4d commit f4bfc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_executables.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -ex
wget http://faculty.washington.edu/browning/beagle/beagle.21Jan17.6cc.jar
mv beagle.21Jan17.6cc.jar beagle.jar
wget https://faculty.washington.edu/browning/beagle/beagle.24Aug19.3e8.jar
mv beagle.24Aug19.3e8.jar beagle.jar
pip install -e ./

0 comments on commit f4bfc07

Please sign in to comment.