Skip to content

Commit

Permalink
Merge pull request #661 from conjure-cp/update-minion-url
Browse files Browse the repository at this point in the history
Update URL for minion, SR is relocated
  • Loading branch information
ozgurakgun authored Jun 20, 2024
2 parents e121e6a + 86b5afb commit 469f8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/build/install-minion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pushd tmp-install-minion
OS=$(uname)

if [ "$OS" == "Darwin" ]; then
download https://savilerow.cs.st-andrews.ac.uk/savilerow-$VERSION-mac.tgz
download https://www-users.york.ac.uk/peter.nightingale/savilerow/savilerow-$VERSION-mac.tgz
tar zxf savilerow-$VERSION-mac.tgz
mv savilerow-$VERSION-mac/bin/minion ${BIN_DIR}/minion
elif [ "$OS" == "Linux" ]; then
download https://savilerow.cs.st-andrews.ac.uk/savilerow-$VERSION-linux.tgz
download https://www-users.york.ac.uk/peter.nightingale/savilerow/savilerow-$VERSION-linux.tgz
tar zxf savilerow-$VERSION-linux.tgz
mv savilerow-$VERSION-linux/bin/minion ${BIN_DIR}/minion
else
Expand Down

0 comments on commit 469f8ae

Please sign in to comment.