Skip to content

Commit

Permalink
Install OpenFOAM: assume yes
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 19, 2024
1 parent a641d80 commit 0373f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-openfoam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Install OpenFOAM v2312
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
sudo apt-get update
sudo apt-get install openfoam2312-dev
sudo apt-get update -y
sudo apt-get install -y openfoam2312-dev

0 comments on commit 0373f5b

Please sign in to comment.