Skip to content

Commit 5205ad3

Browse files
authored
Update install.sh
1 parent eedf454 commit 5205ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535
# Check for Solana CLI tools
3636
if ! command -v solana >/dev/null 2>&1; then
3737
echo "${YELLOW}Solana CLI tools not found. It's recommended to install them.${NC}"
38-
echo "You can install Solana CLI tools with: sh -c \"\$(curl -sSfL https://release.solana.com/v1.14.29/install)\""
38+
echo "You can install Solana CLI tools with: sh -c \"\$(curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash)\""
3939
fi
4040

4141
echo "${BLUE}Installing OSVM CLI...${NC}"
@@ -86,4 +86,4 @@ else
8686
echo "1. Clone the repository: git clone https://github.com/opensvm/osvm-cli.git"
8787
echo "2. Build the project: cd osvm-cli && cargo build --release"
8888
echo "3. Install the binary: sudo cp target/release/osvm /usr/local/bin/"
89-
fi
89+
fi

0 commit comments

Comments
 (0)