Skip to content

Instantly share code, notes, and snippets.

# CLIProxy Installer for Droid CLI
# Run: irm https://raw.githubusercontent.com/YOUR_REPO/install-cliproxy.ps1 | iex
# Or: powershell -ExecutionPolicy Bypass -File install-cliproxy.ps1
$ErrorActionPreference = "Stop"
Write-Host "========================================" -ForegroundColor Cyan
Write-Host " CLIProxy Installer for Droid CLI" -ForegroundColor Cyan
Write-Host "========================================" -ForegroundColor Cyan
Write-Host ""