intermittent error ```20:08:49 + echo 'setup Pul...
# general
a
intermittent error
Copy code
20:08:49  + echo 'setup Pulumi'
20:08:49  setup Pulumi
20:08:49  + curl -fsSL <https://get.pulumi.com>
20:08:49  + sh
20:08:50  error: could not determine latest version of Pulumi, try passing --version X.Y.Z to
20:08:50         install an explicit version
20:08:50  
20:08:50  We're sorry, but it looks like something might have gone wrong during installation.
If you need help, please join us on "><https://slack.pulumi.com/>
script returned exit code 1
the successful run
Copy code
19:58:06  + echo 'setup Pulumi'
19:58:06  setup Pulumi
19:58:06  + curl -fsSL <https://get.pulumi.com>
19:58:06  + sh
19:58:07  === Installing Pulumi 3.203.0 ===
+ Downloading "><https://github.com/pulumi/pulumi/releases/download/v3.203.0/pulumi-v3.203.0-linux-x64.tar.gz>...
19:58:07    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19:58:07                                   Dload  Upload   Total   Spent    Left  Speed
19:58:07  
19:58:07    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19:58:07    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
19:58:07  
19:58:07  100 90.0M  100 90.0M    0     0   240M      0 --:--:-- --:--:-- --:--:--  240M
19:58:07  + Extracting to /root/.pulumi/bin
19:58:09  + Adding /root/.pulumi/bin to $PATH in /root/.bashrc
19:58:09  
19:58:09  === Pulumi is now installed! ๐Ÿน ===
19:58:09  + Please restart your shell or add /root/.pulumi/bin to your $PATH
+ Get started with Pulumi: "><https://www.pulumi.com/docs/quickstart>
19:58:09  + /root/.pulumi/bin/pulumi version
19:58:09  v3.203.0
the server is compromised?
a
๐Ÿ˜จ 1
I'm guessing something has been deployed that broke installation
a
Please help, @echoing-match-29901 ๐Ÿงจ
a
FWIW
curl -fsSL <https://get.pulumi.com> | sh -s -- --version 3.185.0
works for me
correction.
Copy code
curl -fsSL <https://get.pulumi.com> | sh -s -- --version 3.203.0
a
I will try that
m
Please try again, we had an issue with our latest deployment, but it has been fixed. https://www.pulumi.com/latest-version is back up and working again.
๐Ÿ™ 1
๐Ÿ”ฅ 1
a
Thank you @mammoth-restaurant-4670 I confirm that default installation command works now.
a
thanks