mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
5 lines
170 B
Bash
5 lines
170 B
Bash
#!/usr/bin/env bash
|
|
|
|
wget https://files.stork-search.net/releases/latest/stork-ubuntu-latest
|
|
chmod +x stork-ubuntu-latest
|
|
./stork-ubuntu-latest --build static/stork.toml
|