Hi Luke - Was wondering if the install script coul...
# announcements
f
Hi Luke - Was wondering if the install script could parameterize for stable/ beta and PATH_to_install please?
g
One thing I forgot to add to my earlier comments is that you can add a specific version number to the script. While it doesn’t entirely solve your question, you could potentially differentiate between specific version of Pulumi if you needed to / wanted to.
curl -L <https://get.pulumi.com/|https://get.pulumi.com/> | bash -s -- --version xyz
will get you that behavior