Skip to content

Commit

Permalink
fix: add downloading dependencies to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Dec 3, 2024
1 parent 0ea3d02 commit 3d1c563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ fi

cd rollkit || { echo "Failed to find the downloaded repository."; exit 1; }
git fetch && git checkout $1
echo "Installing dependencies..."
go mod tidy
go mod download
echo "Building and installing Rollkit..."
make install
cd ..
Expand Down

0 comments on commit 3d1c563

Please sign in to comment.