Not all hosts may have apt-add-repository.
This commit is contained in:
parent
78d6c9d9a3
commit
6b6a238d3a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
to prepare a new host:
|
||||
|
||||
```
|
||||
sudo apt-get install software-properties-common
|
||||
sudo apt-add-repository -y ppa:nginx/stable
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y git python-virtualenv python-dev phantomjs
|
||||
|
|
Reference in a new issue