plain-doctor-68403
05/23/2022, 4:19 PMinstall pulumi
script for Linux I found at https://www.pulumi.com/docs/get-started/aws/begin/
curl -fsSL <https://get.pulumi.com> | sh
but got the following error while extracting the file:
=== 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!purple-sundown-54409
05/23/2022, 4:20 PMplain-doctor-68403
05/23/2022, 4:27 PMgzip: stdin: unexpected end of file
brainy-church-78120
05/23/2022, 4:57 PMmammoth-salesclerk-61945
05/23/2022, 5:07 PMcurl -v <https://get.pulumi.com/>
and post the output?plain-doctor-68403
05/23/2022, 6:46 PMmammoth-salesclerk-61945
05/23/2022, 6:46 PMv
flag added to curl
curl -fsSLv <https://get.pulumi.com> | sh
plain-doctor-68403
05/23/2022, 7:01 PMcurl -fsSLv <https://get.pulumi.com> | sh
mammoth-salesclerk-61945
05/23/2022, 7:04 PM