Closed bschaatsbergen closed 9 months ago
Since x86_64 systems return amd64 when using uname -m, the install.sh attempts to download an asset with x86_64 in the name, which does not exist. To resolve this, the script could default to amd64 and omit the redundant x86_64 architecture check.
uname -m
Closes #20
Ahhh I see my mistake. Thanks for taking the time to fix this! LGTM
Since x86_64 systems return amd64 when using
uname -m
, the install.sh attempts to download an asset with x86_64 in the name, which does not exist. To resolve this, the script could default to amd64 and omit the redundant x86_64 architecture check.Closes #20