diff options
Diffstat (limited to 'dev.buetow.org')
| -rw-r--r-- | dev.buetow.org/content/home.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index f1761ab..ff35b5a 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -14,8 +14,10 @@ <noop> for browsing some of the repositories. Please check out each individual project site how to clone a git repository.</noop> </text> <textheader>Deb repository</textheader> - <text>Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via '[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main'.</text> - <text>To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -"</text> + <text>Some projects provide packages in .deb format. Please check out each individual project site for available architecture and so on. Basically the debian repository is available via</text> + <code>[deb|deb-src] [http|ftp]://deb.buetow.org/apt REPLACEWITHDISTNAME main</code> + <text>To trust it please run: </text> + <code>curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -</code> <textheader>Project list</textheader> <text> <perl> |
