kvz / bash3boilerplate

Templates to write better Bash scripts
http://bash3boilerplate.sh
MIT License
2.08k stars 197 forks source link

curl download returns 301 #168

Open skttlock opened 3 weeks ago

skttlock commented 3 weeks ago

title. wget http://bash3boilerplate.sh/main.sh redirects & returns an error. with curl http://bash3boilerplate.sh/main.sh this is shown to be a 301 Redirect.

skttlock commented 2 weeks ago

just adding that my understanding is this is a server issue, so probably nothing I can do to fix. Let me know if I'm wrong and I'll do what I can.

kvz commented 2 weeks ago

I think http is expected to be forwarded to https. Could that be the issue? Are we still linking to http somewhere?