mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
recommendedUpdateCommand() used to produce a raw.github URL which is two redirects off the domain the rest of the project hard-codes. The update-available banner in the TUI now matches the README and website install snippets: curl -fsSL https://zot.patriceckhart.com/install.sh | bash iwr -useb https://zot.patriceckhart.com/install.ps1 | iex Same surface (the domain 301s straight to raw.githubusercontent via proxy.ts on the site) so users keep working even if we later move the scripts. No functional behavior change. |
||
|---|---|---|
| .. | ||
| extensions | ||
| modes | ||
| tools | ||
| args.go | ||
| botcmd.go | ||
| botcmd_unix.go | ||
| botcmd_windows.go | ||
| build.go | ||
| changelog.go | ||
| cli.go | ||
| config.go | ||
| extcmd.go | ||
| modelsync.go | ||
| rpc.go | ||
| systemprompt.go | ||
| update.go | ||