My initial issue was a VPN (mullvad) causing the following:
> curl -fsSL https://deno.land/install.sh | sh
curl: (3) URL using bad/illegal format or missing URL
(no other output)
However, after reading the installer, I realized basically the only time "Stuck? Join us on discord" gets printed is if there are no errors at all, e.g. the only time the debugging message is printed is when the user is least likely to be debugging.
Easy reproduction
- Download the installer script and add "_" (or any char) to
https://dl.deno.land/release-latest.txt and it will effectively simulate a vpn blockage.
- Alternatively, also try appending something to the end of the deno_uri to see how it causes no help messages to be printed
My initial issue was a VPN (mullvad) causing the following:
(no other output)
However, after reading the installer, I realized basically the only time "Stuck? Join us on discord" gets printed is if there are no errors at all, e.g. the only time the debugging message is printed is when the user is least likely to be debugging.
Easy reproduction
https://dl.deno.land/release-latest.txtand it will effectively simulate a vpn blockage.