Skip to content

Commit 6d90ae3

Browse files
authored
Bump versions in Quickstart (#224)
1 parent 45eedc6 commit 6d90ae3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

quickstart/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
2121
1. Get and install preCICE. For Ubuntu 20.04 (Focal Fossa), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:
2222

2323
```bash
24-
wget https://github.com/precice/precice/releases/download/v2.2.0/libprecice2_2.2.0_focal.deb
25-
sudo apt install ./libprecice2_2.2.0_focal.deb
24+
wget https://github.com/precice/precice/releases/download/v2.2.1/libprecice2_2.2.1_focal.deb
25+
sudo apt install ./libprecice2_2.2.1_focal.deb
2626
```
2727

2828
- Are you using something else? Just pick what suits you best on [this overview page](https://www.precice.org/installation-overview.html).
@@ -32,10 +32,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
3232
```bash
3333
# Add the signing key, add the repository, update (check this):
3434
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
35-
# Install OpenFOAM v2012:
36-
sudo apt install openfoam2012-dev
35+
# Install OpenFOAM v2106:
36+
sudo apt install openfoam2106-dev
3737
# Enable OpenFOAM by default in your system and apply now:
38-
echo "source /usr/lib/openfoam/openfoam2012/etc/bashrc" >> ~/.bashrc
38+
echo "source /usr/lib/openfoam/openfoam2106/etc/bashrc" >> ~/.bashrc
3939
source ~/.bashrc
4040
```
4141

0 commit comments

Comments
 (0)