mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
10 lines
501 B
Bash
Executable file
10 lines
501 B
Bash
Executable file
#!/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/v1.4.3/stork-macos-latest -o stork-executable
|
|
|
|
curl https://files.stork-search.net/releases/v1.4.2/stork-amazon-linux -o stork-executable
|
|
# curl https://files.stork-search.net/releases/v1.4.2/stork-macos-10-15 -o stork-executable
|
|
|
|
chmod +x stork-executable
|
|
./stork-executable build --input static/stork.toml --output static/search-index.st
|