Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
CONFIG: replace hard-code 'amd64' in repo script
authored
Feb 15, 2023
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
precompiled/debian.md
View page @
ba6863c2
...
@@ -146,7 +146,7 @@ export WM_PROJECT_DIR=/usr/share/openfoam
...
@@ -146,7 +146,7 @@ export WM_PROJECT_DIR=/usr/share/openfoam
-
Adds the https://dl.openfoam.com/pubkey.gpg signing key for the repository
-
Adds the https://dl.openfoam.com/pubkey.gpg signing key for the repository
-
Adds repository information for a given distribution (eg, _buster_, _focal_, etc.):
-
Adds repository information for a given distribution (eg, _buster_, _focal_, etc.):
```
```
deb [arch=
amd64
] https://dl.openfoam.com/repos/deb DIST main
deb [arch=
ARCH
] https://dl.openfoam.com/repos/deb DIST main
```
```
-
Invokes
`apt-get update`
to refresh the repositories,
-
Invokes
`apt-get update`
to refresh the repositories,
which means you should immediately be able to install
which means you should immediately be able to install
...
...