mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update Jammy build instructions regarding conmon
Update the build instructions for Ubuntu Jammy regarding conmon, now that oldstable-proposed-updates no longer offers a patched conmon package. Propose instead to install conmon from our apt-tools-prod repo.
This commit is contained in:
parent
42c64569af
commit
2703448d60
2 changed files with 8 additions and 8 deletions
8
BUILD.md
8
BUILD.md
|
@ -12,12 +12,12 @@ Install dependencies:
|
|||
that gets triggered by Dangerzone
|
||||
(more details in https://github.com/freedomofpress/dangerzone/issues/685).
|
||||
If you want to run Dangerzone from source, you are advised to install a
|
||||
patched `conmon` version. A simple way to do so is to enable the Debian
|
||||
Bullseye Proposed Updates repo, just for the `conmon` package:
|
||||
patched `conmon` version. A simple way to do so is to enable our
|
||||
apt-tools-prod repo, just for the `conmon` package:
|
||||
|
||||
```bash
|
||||
sudo cp ./dev_scripts/oldstable-pu-ubuntu.sources /etc/apt/sources.list.d/
|
||||
sudo cp ./dev_scripts/oldstable-pu.pref /etc/apt/preferences.d/
|
||||
sudo cp ./dev_scripts/apt-tools-prod.sources /etc/apt/sources.list.d/
|
||||
sudo cp ./dev_scripts/apt-tools-prod.pref /etc/apt/preferences.d/
|
||||
```
|
||||
|
||||
Alternatively, you can install a `conmon` version higher than `v2.0.25` from
|
||||
|
|
|
@ -206,12 +206,12 @@ Install dependencies:
|
|||
that gets triggered by Dangerzone
|
||||
(more details in https://github.com/freedomofpress/dangerzone/issues/685).
|
||||
If you want to run Dangerzone from source, you are advised to install a
|
||||
patched `conmon` version. A simple way to do so is to enable the Debian
|
||||
Bullseye Proposed Updates repo, just for the `conmon` package:
|
||||
patched `conmon` version. A simple way to do so is to enable our
|
||||
apt-tools-prod repo, just for the `conmon` package:
|
||||
|
||||
```bash
|
||||
sudo cp ./dev_scripts/oldstable-pu-ubuntu.sources /etc/apt/sources.list.d/
|
||||
sudo cp ./dev_scripts/oldstable-pu.pref /etc/apt/preferences.d/
|
||||
sudo cp ./dev_scripts/apt-tools-prod.sources /etc/apt/sources.list.d/
|
||||
sudo cp ./dev_scripts/apt-tools-prod.pref /etc/apt/preferences.d/
|
||||
```
|
||||
|
||||
Alternatively, you can install a `conmon` version higher than `v2.0.25` from
|
||||
|
|
Loading…
Reference in a new issue