File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,23 +54,23 @@ homebrew_casks:
5454 owner : ModelsLab
5555 name : homebrew-tap
5656 token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
57- homepage : https://modelslab.com/cli
57+ homepage : https://modelslab.sh
5858 description : " ModelsLab CLI — AI generation and account management from the terminal"
5959
6060scoops :
6161 - repository :
6262 owner : ModelsLab
6363 name : scoop-bucket
6464 token : " {{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
65- homepage : https://modelslab.com/cli
65+ homepage : https://modelslab.sh
6666 description : " ModelsLab CLI — AI generation and account management from the terminal"
6767 license : MIT
6868
6969nfpms :
7070 - formats :
7171 - deb
7272 - rpm
73- homepage : https://modelslab.com/cli
73+ homepage : https://modelslab.sh
7474 description : " ModelsLab CLI — AI generation and account management from the terminal"
7575 maintainer : " ModelsLab <support@modelslab.com>"
7676 license : MIT
Original file line number Diff line number Diff line change 11#! /bin/sh
22# ModelsLab CLI installer
3- # Usage: curl -fsSL https://modelslab.com/cli /install.sh | sh
3+ # Usage: curl -fsSL https://modelslab.sh /install.sh | sh
44set -e
55
66REPO=" ModelsLab/modelslab-cli"
You can’t perform that action at this time.
0 commit comments