Skip to content

Unified installation location#13

Merged
Joinhack merged 2 commits into
mainfrom
fix/download
May 14, 2025
Merged

Unified installation location#13
Joinhack merged 2 commits into
mainfrom
fix/download

Conversation

@Joinhack

@Joinhack Joinhack commented May 9, 2025

Copy link
Copy Markdown

Unified installation location

a. install directory to ~/.blessnet/bin
b. use the latest version instainstead of the fixed version

@Joinhack Joinhack requested a review from michalzajda May 9, 2025 02:10
@Joinhack Joinhack requested review from uditdc and zees-dev May 12, 2025 23:37
Comment thread download.sh
URL=""
FTYPE=""
DEFAULT_VERSION="v1.4.0"
DEFAULT_VERSION=$(curl -L https://api.github.com/repos/blessnetwork/bls-javy/releases/latest|jq -r '.tag_name')

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: spaces between pipe operator

Suggested change
DEFAULT_VERSION=$(curl -L https://api.github.com/repos/blessnetwork/bls-javy/releases/latest|jq -r '.tag_name')
DEFAULT_VERSION=$(curl -L https://api.github.com/repos/blessnetwork/bls-javy/releases/latest | jq -r '.tag_name')

@Joinhack Joinhack merged commit 2ab3564 into main May 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants