Problem currently occurs now as raw.github.com is redirected to raw.githubusercontent.com
Issue can be fixed by adding -L option to curl, forcing it to follow redirection.
But clearly, all users will need to manually update once it will be fixed.
running the install command
wget https://raw.github.com/abemassry/wsend/master/install.sh -O - | bash
fixes the issue for current users (just tried it)
Thanks!
When new version is detected, all relevant files are retrieved from raw.github.com/abemassry/master repositery:
Problem currently occurs now as raw.github.com is redirected to raw.githubusercontent.com
Issue can be fixed by adding
-L
option tocurl
, forcing it to follow redirection. But clearly, all users will need to manually update once it will be fixed.