Changeset 451
- Timestamp:
- 04/17/08 18:50:51 (9 months ago)
- Files:
-
- trunk/lib/vmbuilder_plugins/apt.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/vmbuilder_plugins/apt.rb
r178 r451 30 30 # of the distribution you want to use. 31 31 def install(packages, version, options={}) 32 update 32 33 special_options="--allow-unauthenticated" if version != :stable 33 34 send(run_method, %{
