Changes between Version 49 and Version 50 of FAQ
- Timestamp:
- Oct 18, 2008, 1:43:59 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v49 v50 297 297 {{{ 298 298 $ wget ftp://ftp.mondorescue.org/ubuntu/8.04/mondorescue.sources.list 299 $ sudo cat mondorescue.sources.list >> /etc/apt/sources.list300 $ sudo cat >> /etc/apt/preferences << EOF299 $ sudo sh -c "cat mondorescue.sources.list >> /etc/apt/sources.list" 300 $ sudo sh -c "cat >> /etc/apt/preferences << EOF 301 301 Package: mindi 302 302 Pin: version 2.0.* … … 306 306 Pin: version 2.2.* 307 307 Pin-Priority: 500 308 EOF 308 EOF 309 " 309 310 }}} 310 311 (From mails of Andree Leidenfrost and Brian McKee)