1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

some installations of ubuntu 13.04 (digital ocean Ubuntu 13.04 x64 Server in this case) require software-properties-common to be installed before being able to use add-apt-repository

This commit is contained in:
John Costa 2013-06-03 17:29:41 -04:00
parent a8ae398bf5
commit e61af8bc62

View file

@ -92,6 +92,17 @@ have AUFS filesystem support enabled, so we need to install it.
sudo apt-get update sudo apt-get update
sudo apt-get install linux-image-extra-`uname -r` 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 Installation
------------ ------------