Skip to content

Commit

Permalink
fix ubuntu and debian tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed May 19, 2024
1 parent 25979ba commit 94a6eef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/foundry/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
set -e

echo "Activating feature 'foundry'"

echo "Installing dependencies"
apt-get -y update; apt-get -y install curl git

echo "Installing foundryup"
curl -L https://foundry.paradigm.xyz | bash

echo "Running foundryup"
/root/.foundry/bin/foundryup

0 comments on commit 94a6eef

Please sign in to comment.