Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_mm2.sh hard coded download ur #9

Open
damascene opened this issue Apr 2, 2024 · 0 comments
Open

update_mm2.sh hard coded download ur #9

damascene opened this issue Apr 2, 2024 · 0 comments

Comments

@damascene
Copy link

The update_mm2.sh file has hard coded link to the development packages of MM2.

wget https://sdk.devbuilds.komodo.earth/dev/mm2_0221505-linux-x86-64.zip
unzip mm2_0221505-linux-x86-64.zip
rm mm2_0221505-linux-x86-64.zip

If you run it it will give 404 Not Found error.

$ ./update_mm2.sh 
--2024-04-02 07:11:18--  https://sdk.devbuilds.komodo.earth/dev/mm2_0221505-linux-x86-64.zip
Resolving sdk.devbuilds.komodo.earth (sdk.devbuilds.komodo.earth)... 54.170.62.22
Connecting to sdk.devbuilds.komodo.earth (sdk.devbuilds.komodo.earth)|54.170.62.22|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-04-02 07:11:18 ERROR 404: Not Found.

unzip:  cannot find or open mm2_0221505-linux-x86-64.zip, mm2_0221505-linux-x86-64.zip.zip or mm2_0221505-linux-x86-64.zip.ZIP.
rm: cannot remove 'mm2_0221505-linux-x86-64.zip': No such file or directory

Workaround

Change the link for development packages to one of the listed here:
https://sdk.devbuilds.komodo.earth/dev/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant