mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
docs: Change filename of Deb repository file
These files should end with .list, otherwise Apt won't pick them up.
This commit is contained in:
parent
fb08e8b7e4
commit
4cb9e6d7d4
@ -43,7 +43,7 @@
|
||||
<section id="configure-package-repository-deb">
|
||||
<title>DEB package repository</title>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
|
||||
<para>We now have to add the public key to the trusted keys.</para>
|
||||
<programlisting language="Bash"><prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user