fixing wget in header for nightlybuild

This commit is contained in:
Benjamin Sonntag 2011-03-27 10:54:01 +00:00
parent 3b7affb30a
commit de58c7fd1e
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ Le dépôt et les packages sont signés avec la clé pgp des nightly d'AlternC :
<br /><br /> <br /><br />
The repository and the packages are signed by the pgp key of AlternC nightly build user : The repository and the packages are signed by the pgp key of AlternC nightly build user :
<pre> <pre>
wget http://nightly.alternc.org/nightly.key | apt-key add - wget http://nightly.alternc.org/nightly.key -O - | apt-key add -
</pre> </pre>