gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.52k stars 552 forks source link

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

Closed Torsitano closed 2 years ago

Torsitano commented 2 years ago

Contact Details

shawn.torsitano@gmail.com

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

mattkasun commented 2 years ago

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

mattkasun commented 2 years ago

Docs for advanced server install have been updated.