This message was deleted.
s
This message was deleted.
s
That sounds like a bug! Would you mind opening an issue on the Pulumi GitHub repo (pulumi/pulumi)?
Actually, before filing the issue can you try
curl -fsSL <https://get.pulumi.com> | sh
(add the
-f
parameter to your
curl
command)?
e
-f
just changes the fail mode, the worrying thing here is "gzip: stdin: unexpected end of file". This looks just like https://github.com/pulumi/pulumi/issues/9660. I suspect you have curl installed via snap, and that seems to have issues writing to /tmp which the install script uses.
s
Thanks @echoing-dinner-19531!
c
Yes, I have installed curl with snap, because it was showing later version than apt... 🙃 Thanks @echoing-dinner-19531!