Skip to content

Commit

Permalink
feat: org name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Dec 27, 2024
1 parent 49d7491 commit aee42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi

DOWNLOAD_URL="https://github.com/rakutentech/$THIS_PROJECT_NAME/releases/download/$INSTALL_VERSION/$THE_ARCH_BIN"
if [ "$INSTALL_VERSION" = "latest" ]; then
DOWNLOAD_URL="https://github.com/kevincobain2000/$THIS_PROJECT_NAME/releases/$INSTALL_VERSION/download/$THE_ARCH_BIN"
DOWNLOAD_URL="https://github.com/rakutentech/$THIS_PROJECT_NAME/releases/$INSTALL_VERSION/download/$THE_ARCH_BIN"
fi

curl -kL --progress-bar "$DOWNLOAD_URL" -o "$BIN_DIR"/$THIS_PROJECT_NAME
Expand Down

0 comments on commit aee42ad

Please sign in to comment.