File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 - name : Install via install.sh
7878 if : matrix.name == 'install.sh'
7979 run : |
80- curl -fsSL https://supermodeltools.com/install.sh | SUPERMODEL_INSTALL_DIR="$HOME/.local/bin" sh
80+ curl -fsSL https://supermodeltools.com/install.sh | SUPERMODEL_INSTALL_DIR="$HOME/.local/bin" SUPERMODEL_VERSION="${GITHUB_REF_NAME}" sh
8181 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
8282
8383 - name : Install via npm
8888 if : matrix.name == 'homebrew'
8989 run : brew install supermodeltools/tap/supermodel
9090
91+ - name : Install Scoop
92+ if : matrix.name == 'scoop'
93+ shell : pwsh
94+ run : |
95+ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
96+ Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
97+
9198 - name : Install via Scoop
9299 if : matrix.name == 'scoop'
93100 shell : pwsh
You can’t perform that action at this time.
0 commit comments