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 cd19347 commit 898b905Copy full SHA for 898b905
packages/cli/install.sh
100644
100755
@@ -58,7 +58,7 @@
58
DOWNLOAD_DIR=$(mktemp -d)
59
60
TARGET="\$OS-\$ARCH"
61
- URL="https://example.com/graph-\$TARGET.tar.gz"
+ URL="https://github.com/graphprotocol/graph-tooling/releases/latest/download/graph-\$TARGET.tar.gz"
62
echo "Downloading \$URL"
63
64
if ! curl --progress-bar --fail -L "\$URL" -o "\$DOWNLOAD_DIR/graph.tar.gz"; then
0 commit comments