Skip to content

Commit

Permalink
change the installer url
Browse files Browse the repository at this point in the history
  • Loading branch information
j03-dev committed Dec 1, 2024
1 parent 7de367e commit 0d5bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metatype.dev/static/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXT=tar.gz
NAME=meta-cli
EXE=meta

INSTALLER_URL="https://raw.githubusercontent.com/$ORG/$REPO/main/installer.sh"
INSTALLER_URL="https://metatype.dev/install.sh"
RELEASE_URL="https://github.com/$ORG/$REPO/releases"

LATEST_VERSION=$(curl "$RELEASE_URL/latest" -s -L -I -o /dev/null -w '%{url_effective}')
Expand Down

0 comments on commit 0d5bfc1

Please sign in to comment.