ksp install-script
ksp install-script
Command ReferencePrint or inspect the exact 1-liner installation scripts (`install.ps1` and `install.sh`) used to install KSP.
System & Environment
Purpose
Print or inspect the exact 1-liner installation scripts (`install.ps1` and `install.sh`) used to install KSP.
Syntax
Command-line specificationbash / powershell
ksp install-script <PLATFORM>
Arguments
| Argument | Description |
|---|---|
| <PLATFORM> | Platform to output: `windows` (PowerShell) or `unix` (Shell/Bash). |
Example Usage
Example command
ksp install-script windows
Expected Output
# KSP Official Windows One-Liner Installation Script irm https://www.kspprotocol.dev/install.ps1 | iex # Local inspection URL: https://www.kspprotocol.dev/install.ps1
Implementation Notes
Transparency utility ensuring security-conscious teams can inspect every line of installation logic before running.