netmaker icon indicating copy to clipboard operation
netmaker copied to clipboard

[Bug]: Download Link in Install Shell Script Returns 404

Open Torsitano opened this issue 3 years ago • 1 comments

Contact Details

[email protected]

What happened?

I was attempting to install netmaker using the Linux Install Without Docker instructions, but am running into an error.

The script includes the following command:

wget -O /etc/netmaker/netmaker https://github.com/gravitl/netmaker/releases/download/latest/netmaker

This command results in the following error:

--2022-08-09 09:16:43--  https://github.com/gravitl/netmaker/releases/download/latest/netmaker
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-08-09 09:16:44 ERROR 404: Not Found.

Attempting to navigate to that URL in the browser also results in a 404.

Version

v0.14.6

What OS are you using?

Linux

Relevant log output

--2022-08-09 09:16:43--  https://github.com/gravitl/netmaker/releases/download/latest/netmaker
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-08-09 09:16:44 ERROR 404: Not Found.

Contributing guidelines

  • [X] Yes, I did.

Torsitano avatar Aug 09 '22 13:08 Torsitano

https://github.com/gravitl/netmaker/releases/download/v0.14.6/netmaker

mattkasun avatar Aug 09 '22 14:08 mattkasun

Docs for advanced server install have been updated.

mattkasun avatar Sep 26 '22 19:09 mattkasun