Support This Project

Changes between Version 8 and Version 9 of Misc/PreludeEtch

Show
Ignore:
Author:
pollux (IP: 86.68.254.134)
Timestamp:
02/06/08 21:28:18 (3 years ago)
Comment:

instructions to import repository key

Legend:

Unmodified
Added
Removed
Modified
  • Misc/PreludeEtch

    v8 v9  
    5555deb http://packages.inl.fr/ stable/ 
    5656}}} 
    57 Don't forget the trailing / after ''stable'', or it won't work. Run ''apt-get update''. 
     57Don't forget the trailing / after ''stable'', or it won't work. 
     58 
     59Download the repository public signature, and import it to the debian keyring: 
     60{{{ 
     61# wget 'http://packages.inl.fr/public_key.asc' 
     62# cat public_key.asc | apt-key add - 
     63# rm public_key.asc 
     64}}} 
     65 
     66Run ''apt-get update''. 
    5867 
    5968Install package ''prelude-manager''. Apt-get will take care of installing the required dependencies. 
    60  
    61 >''Note'': apt-get will issue a warning concerning the packages, which are not signed. Lazy me, I have not setup the gpg signature of mini-dinstall .. just say ok, and continue. 
    6269 
    6370{{{