mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-19 23:57:15 +02:00
Update deploy-to-ubuntu.md
This commit is contained in:
parent
687bab9e54
commit
0188b2ff64
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ tl;dr:
|
|||
|
||||
```shell
|
||||
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
|
||||
sudo apt-get update && sudo apt-get install ansible python-pip build-essential python-dev
|
||||
sudo apt-get update && sudo apt-get install ansible python-pip build-essential python-dev libssl-dev libffi-dev
|
||||
pip install virtualenv
|
||||
pip install --upgrade pip
|
||||
git clone https://github.com/trailofbits/algo
|
||||
|
|
Loading…
Add table
Reference in a new issue