Changes between Version 8 and Version 9 of Misc/PreludeEtch
- Timestamp:
- 02/06/08 21:28:18 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Misc/PreludeEtch
v8 v9 55 55 deb http://packages.inl.fr/ stable/ 56 56 }}} 57 Don't forget the trailing / after ''stable'', or it won't work. Run ''apt-get update''. 57 Don't forget the trailing / after ''stable'', or it won't work. 58 59 Download 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 66 Run ''apt-get update''. 58 67 59 68 Install 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.62 69 63 70 {{{
