Skip to content

Commit

Permalink
refac: modify starknet-foundry install script
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Oct 8, 2024
1 parent 13cc5dc commit 17c14d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_starknet_foundry() {
echo "Installing Starknet-Foundry $version..."
snfoundryup --version $version
else
if command_exists snfoundryup; then
if command_exists sncast && command_exists snforge; then
echo "Starknet-Foundry is already installed."
else
echo "Installing Starknet-Foundry latest..."
Expand Down

0 comments on commit 17c14d6

Please sign in to comment.