Merge pull request #802 from johncosta/ubuntu-1304-add-apt-repository
- Documentation: adding missing dependency to the ubuntu linux install page.
This commit is contained in:
commit
479ac9afa7
1 changed files with 11 additions and 0 deletions
|
@ -92,6 +92,17 @@ have AUFS filesystem support enabled, so we need to install it.
|
|||
sudo apt-get update
|
||||
sudo apt-get install linux-image-extra-`uname -r`
|
||||
|
||||
**add-apt-repository support**
|
||||
|
||||
Some installations of Ubuntu 13.04 (Digital Ocean's Ubuntu 13.04 x64 Server in
|
||||
this case) require software-properties-common to be installed before being able
|
||||
to use add-apt-repository.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo apt-get install software-properties-common
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue