Skip to content

Commit

Permalink
chore: update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldziuba03 authored Nov 12, 2024
1 parent acd1d2e commit 96079e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

DOWNLOAD="https://github.com/pandland/pand/releases/download/v0.0.0/pand"
DOWNLOAD="https://github.com/pandland/pand/releases/download/v0.0.0-fs/pand"

curl -L -o pand "$DOWNLOAD" && chmod +x ./pand

0 comments on commit 96079e8

Please sign in to comment.