mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-16 13:46:42 +00:00
6 lines
153 B
PowerShell
6 lines
153 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
Write-Host "Error: ollama doesn't have Windows support yet:"
|
|
Write-Host "See https://github.com/jmorganca/ollama/issues/403"
|
|
exit 1
|