> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usesink.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Installer

> Hand back install.sh with this server's address baked in.



## OpenAPI

````yaml /openapi.json get /install.sh
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers: []
security: []
paths:
  /install.sh:
    get:
      tags:
        - CLI DISTRIBUTION
      summary: Get Installer
      description: Hand back install.sh with this server's address baked in.
      operationId: get_installer_install_sh_get
      responses:
        '200':
          description: Successful Response
          content:
            text/plain:
              schema:
                type: string

````