A simple update script does the trick: `mdavid$ ...
# announcements
c
A simple update script does the trick:
Copy code
mdavid$ cat ~/.local/bin/pulumi-update 
#!/bin/bash -e

curl -fsSL <https://get.pulumi.com/> | sh