We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cc1ff commit 0d25d6dCopy full SHA for 0d25d6d
install-console.sh
@@ -25,10 +25,10 @@ case "$(uname -s)" in
25
;;
26
esac
27
28
-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)
29
echo "Downloading version: '${TAG}'..."
30
31
-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"
32
33
unzip -qq -o /tmp/exchangesharp.zip -d /tmp/exchangesharp/
34
0 commit comments