File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535# Check for Solana CLI tools
3636if ! 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 )\" "
3939fi
4040
4141echo " ${BLUE} Installing OSVM CLI...${NC} "
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
You can’t perform that action at this time.
0 commit comments