caltechlibrary / irdmtools

A Go and Python package for working with InvenioRDM repositories.
https://caltechlibrary.github.io/irdmtools
Other
1 stars 1 forks source link

installer.sh on Ubuntu #5

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

installer.sh wants to download irdmtools-0.0.7-GNU/Linux-x86_64.zip on ubuntu, when is should be downloading irdmtools-0.0.7-linux-amd64.zip. Probably needs a special case like MacOS.

rsdoiel commented 1 year ago

Should be fixed now. I need two special cases. uname -o reports "GNU/Linux" not Linux as I thought. Also x86_64 machine needs to be written out as amd64 to match my naming convenion. Thanks for spotting this.