mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix wrong format for linux
This commit is contained in:
parent
91bdfbe20f
commit
f72a795eba
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue