Changes between Version 15 and Version 16 of PrecompiledPackages
- Timestamp:
- 12/11/09 15:31:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrecompiledPackages
v15 v16 54 54 Made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. 55 55 56 After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: 57 {{{ 58 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC 59 sudo aptitude update 60 sudo aptitude install bcfg2 61 }}} 62 63 And if you also want the server: 64 {{{ 65 sudo aptitude install bcfg2-server 66 }}} 67 56 68 === Stable Releases === 57 69 We will strive to only have stable, working releases that have gone through testing in these repositories. … … 104 116 === Testing Releases === 105 117 These 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 98932BEC110 sudo aptitude update111 sudo aptitude install bcfg2112 }}}113 114 And if you also want the server:115 {{{116 sudo aptitude install bcfg2-server117 }}}118 118 119 119 ==== Ubuntu Hardy ====