Hello, I just tried running the `install pulumi` s...
# getting-started
p
Hello, I just tried running the
install pulumi
script for Linux I found at https://www.pulumi.com/docs/get-started/aws/begin/
Copy code
curl -fsSL <https://get.pulumi.com> | sh
but got the following error while extracting the file:
Copy code
=== Installing Pulumi v3.33.1 ===
+ Downloading <https://get.pulumi.com/releases/sdk/pulumi-v3.33.1-linux-x64.tar>
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Curren
                                 Dload  Upload   Total   Spent    Left  Speed
100 78.7M  100 78.7M    0     0  9856k      0  0:00:08  0:00:08 --:--:-- 10.2M
+ Extracting to /home/max/.pulumi/bin

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

We're sorry, but it looks like something might have gone wrong during installa
If you need help, please join us on <https://slack.pulumi.com/>
Any advice on how to proceed? Thanks!
👀 1
btw I am on Ubuntu 20.04.4
p
Hello. Maybe something permission related... have you tried using “sudo”?
p
Hey thanks for the suggestion, unfortunately that did not solve it. Still getting the same error:
gzip: stdin: unexpected end of file
b
hi @plain-doctor-68403 weve opened up a p0 issue to fix this https://github.com/pulumi/pulumi/issues/9660 sry again about the trouble!
m
can you run
Copy code
curl -v <https://get.pulumi.com/>
and post the output?
🙏 2
@plain-doctor-68403
p
@mammoth-salesclerk-61945 - responded at the github thread here: https://github.com/pulumi/pulumi/issues/9660#issuecomment-1135019633
m
thx
while I have you, can you try running the command again with the
v
flag added to curl
Copy code
curl -fsSLv <https://get.pulumi.com> | sh
p
hey Kyle, updated my previous comment on github issue with the output for
Copy code
curl -fsSLv <https://get.pulumi.com> | sh
m
ty
as a fellow linux user, this is super helpful if I distro hop again.
👍 1