mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add note for python-all
This commit is contained in:
parent
b9dc882663
commit
c36443b01e
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,13 @@ Dangerzone is available for:
|
|||
| sudo apt-key add -
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
Also, you need to install the `python-all` package, due to an `stdeb` bug that
|
||||
existed before v0.9.1:
|
||||
|
||||
```
|
||||
sudo apt-get install python-all -y
|
||||
```
|
||||
</details>
|
||||
|
||||
Add our repository following [these instructions](https://packagecloud.io/firstlookmedia/code/install#manual-deb), or by running this script:
|
||||
|
|
Loading…
Reference in a new issue