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:
Alex Pyrgiotis 2024-02-13 12:33:57 +02:00
parent 42c64569af
commit 2703448d60
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 8 additions and 8 deletions

View file

@ -12,12 +12,12 @@ Install dependencies:
that gets triggered by Dangerzone that gets triggered by Dangerzone
(more details in https://github.com/freedomofpress/dangerzone/issues/685). (more details in https://github.com/freedomofpress/dangerzone/issues/685).
If you want to run Dangerzone from source, you are advised to install a 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 patched `conmon` version. A simple way to do so is to enable our
Bullseye Proposed Updates repo, just for the `conmon` package: apt-tools-prod repo, just for the `conmon` package:
```bash ```bash
sudo cp ./dev_scripts/oldstable-pu-ubuntu.sources /etc/apt/sources.list.d/ sudo cp ./dev_scripts/apt-tools-prod.sources /etc/apt/sources.list.d/
sudo cp ./dev_scripts/oldstable-pu.pref /etc/apt/preferences.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 Alternatively, you can install a `conmon` version higher than `v2.0.25` from

View file

@ -206,12 +206,12 @@ Install dependencies:
that gets triggered by Dangerzone that gets triggered by Dangerzone
(more details in https://github.com/freedomofpress/dangerzone/issues/685). (more details in https://github.com/freedomofpress/dangerzone/issues/685).
If you want to run Dangerzone from source, you are advised to install a 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 patched `conmon` version. A simple way to do so is to enable our
Bullseye Proposed Updates repo, just for the `conmon` package: apt-tools-prod repo, just for the `conmon` package:
```bash ```bash
sudo cp ./dev_scripts/oldstable-pu-ubuntu.sources /etc/apt/sources.list.d/ sudo cp ./dev_scripts/apt-tools-prod.sources /etc/apt/sources.list.d/
sudo cp ./dev_scripts/oldstable-pu.pref /etc/apt/preferences.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 Alternatively, you can install a `conmon` version higher than `v2.0.25` from