Skip to content

Commit

Permalink
Fix foundryup not found (#1550)
Browse files Browse the repository at this point in the history
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1550)
<!-- Reviewable:end -->
  • Loading branch information
ClementWalter authored Oct 28, 2024
1 parent 987b1a1 commit e05fc16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kakarot_scripts/setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ def setup_local() -> None:
logger.info("Docker is already installed.")

install_dependency(
"foundry", "curl -L https://foundry.paradigm.xyz | bash && foundryup", "forge"
"foundry",
"curl -L https://foundry.paradigm.xyz | bash && exec $SHELL && foundryup",
"forge",
)

# Install asdf and related tools
Expand Down

0 comments on commit e05fc16

Please sign in to comment.