Skip to content

Commit

Permalink
Fix the repo slug (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyasantoss authored and jjxtra committed Nov 22, 2019
1 parent a6cc1ff commit 0d25d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ case "$(uname -s)" in
;;
esac

TAG=$(curl -Ssf https://api.github.com/repos/johnnyasantoss/ExchangeSharp/releases/latest | jq -r .name)
TAG=$(curl -Ssf https://api.github.com/repos/jjxtra/ExchangeSharp/releases/latest | jq -r .name)
echo "Downloading version: '${TAG}'..."

curl -SfL# -o /tmp/exchangesharp.zip "https://github.com/johnnyasantoss/ExchangeSharp/releases/download/${TAG}/${OS}-x64.zip"
curl -SfL# -o /tmp/exchangesharp.zip "https://github.com/jjxtra/ExchangeSharp/releases/download/${TAG}/${OS}-x64.zip"

unzip -qq -o /tmp/exchangesharp.zip -d /tmp/exchangesharp/

Expand Down

0 comments on commit 0d25d6d

Please sign in to comment.