Skip to content

Commit 898b905

Browse files
committed
use github for install.sh and all exec perm
1 parent cd19347 commit 898b905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/install.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
DOWNLOAD_DIR=$(mktemp -d)
5959
6060
TARGET="\$OS-\$ARCH"
61-
URL="https://example.com/graph-\$TARGET.tar.gz"
61+
URL="https://github.com/graphprotocol/graph-tooling/releases/latest/download/graph-\$TARGET.tar.gz"
6262
echo "Downloading \$URL"
6363
6464
if ! curl --progress-bar --fail -L "\$URL" -o "\$DOWNLOAD_DIR/graph.tar.gz"; then

0 commit comments

Comments
 (0)