Created
September 23, 2022 15:09
-
-
Save PartTimeLegend/88b2ed70728f86aa870556b9189d0ed0 to your computer and use it in GitHub Desktop.
Pulumi fails to install on WSL Ubuntu Jammy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
printf '#!/bin/sh\nexec /lib64/ld-linux-x86-64.so.2 /usr/bin/gzip "$@"' | sudo tee /usr/local/bin/gzip | |
sudo chmod +x /usr/local/bin/gzip | |
curl -fsSL https://get.pulumi.com | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment