A shell script for installing the appropriate PowerShell package based on operating system, Linux distribution, and architecture.
Supports Linux (x86_64, aarch64, armv7l) and macOS (Intel and Apple Silicon).
You can run the script immediately using the following command:
curl -sSL https://polypo.sh/install | bashThe SHA256 hash of the current script is: B9464599283A4B4657CA21F3634B2FB5593C105F38A5014DB6EE6BD77D3BC1F4
⚠️ WarningPiping a script directly from a URL into a shell (e.g.,
curl | bash) is a convenient way to install software, but it carries inherent security risks. By doing so, you are executing unverified code with the privileges of your current user or sudo.Before running the one-liner above, please ensure you:
- Trust the source: Only download scripts from repositories and domains you trust.
- Inspect the code: Download the script first (
curl -sSL -o install.sh https://polypo.sh/install) and review the contents before execution.- Understand the impact: Be aware that the script may modify system configurations, install packages, or require elevated privileges.
Use this tool at your own risk. The maintainers are not responsible for any system instability or security compromises resulting from the use of this installation method.
If you'd like to contribute, please do so! Check out CONTRIBUTING.
Feedback and contributions are always welcome via issues and pull requests.
Limited documentation is available in the docs.
This is an AI-assisted open source side project and no guarantee of functionality or support is offered.
