diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml index 0678d202596..50b7720d3de 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -31,11 +31,11 @@
DEB package repository - You can add a DEB package repository to your apt sources with the following commands. + You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 (precise) are being build. echo "deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list We now have to add the public key to the trusted keys. wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add - - Now update your local apt-cache. + Now update your local apt cache. apt-get update Your DEB package repository should now be configured and ready for use.