Skip to content

Commit

Permalink
Updating README.Linux (OpenModelica#12398)
Browse files Browse the repository at this point in the history
- The deb-src with contrib is no longer working. Using lsb_release nightly instead.
  • Loading branch information
AnHeuermann committed May 8, 2024
1 parent e1a02df commit c0cd24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/README.Linux.md
Expand Up @@ -49,7 +49,7 @@ echo \
$(lsb_release -cs) nightly" | sudo tee /etc/apt/sources.list.d/openmodelica.list > /dev/null
echo \
"deb-src [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openmodelica-keyring.gpg] https://build.openmodelica.org/apt \
nightly contrib" | sudo tee -a /etc/apt/sources.list.d/openmodelica.list > /dev/null
$(lsb_release -cs) nightly" | sudo tee -a /etc/apt/sources.list.d/openmodelica.list > /dev/null
```

To verify that the correct key is installed (optional):
Expand Down

0 comments on commit c0cd24f

Please sign in to comment.