mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Try stork-amazon-linux
This commit is contained in:
parent
9dfe1ad4ac
commit
62cddb2abe
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
curl https://files.stork-search.net/releases/latest/stork-ubuntu-latest -o stork-ubuntu-latest
|
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-ubuntu-latest
|
# curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable
|
||||||
chmod +x stork-ubuntu-latest
|
chmod +x stork-executable
|
||||||
./stork-ubuntu-latest build --input static/stork.toml --output static/search-index.st
|
./stork-executable build --input static/stork.toml --output static/search-index.st
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue