mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try v1.4.2
This commit is contained in:
parent
f72a795eba
commit
df7ea9c6a6
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/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-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/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
|
chmod +x stork-executable
|
||||||
./stork-executable build --input stork.toml --output search-index.st
|
./stork-executable build --input stork.toml --output search-index.st
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue