Method: Apt#update
- Defined in:
- lib/vmbuilder_plugins/apt.rb
#update(options = {}) ⇒ Object
Run an apt update.
63 64 65 |
# File 'lib/vmbuilder_plugins/apt.rb', line 63 def update(={}) send(run_method, %{sh -c "#{APT_GET} -qy update"}, ) end |