Fix wrong format for linux

This commit is contained in:
Sam Carlton 2022-05-09 17:57:35 -05:00
parent 91bdfbe20f
commit f72a795eba

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable
curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable
curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable
# curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable
chmod +x stork-executable
./stork-executable build --input stork.toml --output search-index.st