mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Change default binary to stork-ubuntu
This commit is contained in:
parent
5c09cb7d95
commit
fdc1e4a2ed
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ import {
|
|||
// https://stork-search.net/docs/install
|
||||
const execDownloadUrls = {
|
||||
darwin: `https://files.stork-search.net/releases/v${ storkVersion }/stork-macos-10-15`,
|
||||
default: `https://files.stork-search.net/releases/v${ storkVersion }/stork-amazon-linux`
|
||||
default: `https://files.stork-search.net/releases/v${ storkVersion }/stork-ubuntu-20-04`
|
||||
// default: `https://files.stork-search.net/releases/v${ storkVersion }/stork-amazon-linux`
|
||||
}
|
||||
|
||||
export async function downloadStorkExecutable () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue