egoist / dum

An npm scripts runner written in Rust.
MIT License
1.52k stars 28 forks source link

Broken Install link #66

Open snewell92 opened 1 year ago

snewell92 commented 1 year ago

The readme lists this URL: https://bina.egoist.sh/egoist/dum which is not hosting a shell script one could pipe to sh as is indicated by the readme.

❯ curl -sSL https://bina.egoist.sh/egoist/dum
<html><head><title>Loading...</title></head><body><script type='text/javascript'>window.location.replace('https://bina.egoist.sh/egoist/dum?ch=1&js=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJKb2tlbiIsImV4cCI6MTY3OTM0NTM3OCwiaWF0IjoxNjc5MzM4MTc4LCJpc3MiOiJKb2tlbiIsImpzIjoxLCJqdGkiOiIydDczYWI4cTFoNGVmc2xsN2sxMXFkY2EiLCJuYmYiOjE2NzkzMzgxNzgsInRzIjoxNjc5MzM4MTc4ODgyNTM5fQ.SKwqmhbvxR0rAAZnV5n9vWLuJgYxHwftkvKXVdCgyjg&sid=f79a49be-c74f-11ed-9973-99ae3de8c258');</script></body></html>%

❯ curl -sSL https://bina.egoist.sh/egoist/dum\?ch\=1\&js\=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJKb2tlbiIsImV4cCI6MTY3OTM0NTM3OCwiaWF0IjoxNjc5MzM4MTc4LCJpc3MiOiJKb2tlbiIsImpzIjoxLCJqdGkiOiIydDczYWI4cTFoNGVmc2xsN2sxMXFkY2EiLCJuYmYiOjE2NzkzMzgxNzgsInRzIjoxNjc5MzM4MTc4ODgyNTM5fQ.SKwqmhbvxR0rAAZnV5n9vWLuJgYxHwftkvKXVdCgyjg\&sid\=f79a49be-c74f-11ed-9973-99ae3de8c258
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>