Changes between Version 49 and Version 50 of FAQ


Ignore:
Timestamp:
Oct 18, 2008, 1:43:59 PM (17 years ago)
Author:
Timo Voipio
Comment:

Modified Q11 (does mondo work with debian) so that the sudo commands actually work (previous sudos just returned errors)

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v49 v50  
    297297{{{
    298298$ wget ftp://ftp.mondorescue.org/ubuntu/8.04/mondorescue.sources.list
    299 $ sudo cat mondorescue.sources.list >> /etc/apt/sources.list
    300 $ sudo cat >> /etc/apt/preferences << EOF
     299$ sudo sh -c "cat mondorescue.sources.list >> /etc/apt/sources.list"
     300$ sudo sh -c "cat >> /etc/apt/preferences << EOF
    301301Package: mindi
    302302Pin: version 2.0.*
     
    306306Pin: version 2.2.*
    307307Pin-Priority: 500
    308 EOF
     308EOF
     309"
    309310}}}
    310311(From mails of Andree Leidenfrost and Brian McKee)