Skip to content

Instantly share code, notes, and snippets.

@PartTimeLegend
Created September 23, 2022 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PartTimeLegend/88b2ed70728f86aa870556b9189d0ed0 to your computer and use it in GitHub Desktop.
Save PartTimeLegend/88b2ed70728f86aa870556b9189d0ed0 to your computer and use it in GitHub Desktop.
Pulumi fails to install on WSL Ubuntu Jammy
#!/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