lib/kuzushi.rb in kuzushi-0.0.20 vs lib/kuzushi.rb in kuzushi-0.0.21
- old
+ new
@@ -89,14 +89,14 @@
end
def process_packages
@packages = get_array("packages")
task "install packages" do
- shell "apt-get update && apt-get upgrade -y"
-# shell "apt-get install -y #{@packages.join(" ")}" unless @packages.empty?
- @packages.each do |pkg|
- shell "apt-get install -y #{pkg}"
- end
+# shell "apt-get update"
+ shell "apt-get install -y #{@packages.join(" ")}" unless @packages.empty?
+# @packages.each do |pkg|
+# shell "apt-get install -y #{pkg}"
+# end
end
end
def process_local_packages(p)
package(p) do |file|