From 9f2bd07aada5e201b300bb0221caba08a7c22bdd Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Tue, 25 Sep 2012 13:59:32 +0200 Subject: [PATCH] docs: Add note for DEB packages We only build for Ubuntu 12.04 --- docs/en-US/configure-package-repository.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.