Changes between Version 15 and Version 16 of PrecompiledPackages


Ignore:
Timestamp:
12/11/09 15:31:33 (13 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrecompiledPackages

    v15 v16  
    5454Made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. 
    5555 
     56After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: 
     57{{{ 
     58sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
     59sudo aptitude update 
     60sudo aptitude install bcfg2 
     61}}} 
     62 
     63And if you also want the server: 
     64{{{ 
     65sudo aptitude install bcfg2-server 
     66}}} 
     67 
    5668=== Stable Releases === 
    5769We will strive to only have stable, working releases that have gone through testing in these repositories. 
     
    104116=== Testing Releases === 
    105117These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. 
    106  
    107 After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: 
    108 {{{ 
    109 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 
    110 sudo aptitude update 
    111 sudo aptitude install bcfg2 
    112 }}} 
    113  
    114 And if you also want the server: 
    115 {{{ 
    116 sudo aptitude install bcfg2-server 
    117 }}} 
    118118 
    119119==== Ubuntu Hardy ====