Skip to content

Commit 9f2bd07

Browse files
committed
docs: Add note for DEB packages
We only build for Ubuntu 12.04
1 parent 0fdc89b commit 9f2bd07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en-US/configure-package-repository.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</note>
3232
<section id="configure-package-repository-deb">
3333
<title>DEB package repository</title>
34-
<para>You can add a DEB package repository to your apt sources with the following commands.</para>
34+
<para>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.</para>
3535
<programlisting language="Bash">echo "deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list</programlisting>
3636
<para>We now have to add the public key to the trusted keys.</para>
3737
<programlisting language="Bash">wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
38-
<para>Now update your local apt-cache.</para>
38+
<para>Now update your local apt cache.</para>
3939
<programlisting language="Bash">apt-get update</programlisting>
4040
<para>Your DEB package repository should now be configured and ready for use.</para>
4141
</section>

0 commit comments

Comments
 (0)