Skip to content

Commit 4cb9e6d

Browse files
committed
docs: Change filename of Deb repository file
These files should end with .list, otherwise Apt won't pick them up.
1 parent fb08e8b commit 4cb9e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<section id="configure-package-repository-deb">
4444
<title>DEB package repository</title>
4545
<para>You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time.</para>
46-
<para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack</filename>. Add the community provided repository to the file:</para>
46+
<para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack.list</filename>. Add the community provided repository to the file:</para>
4747
<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
4848
<para>We now have to add the public key to the trusted keys.</para>
4949
<programlisting language="Bash"><prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>

0 commit comments

Comments
 (0)