From 0b1f023eb872d4d8d66adf2f6c1ad3e6dda8e6de Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 11 Apr 2015 10:20:31 -0400 Subject: [PATCH] Made it so it automatically updates arch linux too. --- hello.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hello.rb b/hello.rb index 332a8d1..62d159a 100644 --- a/hello.rb +++ b/hello.rb @@ -1,3 +1,7 @@ file '/vagrant/hello.txt' do content "Hello World!" end + +execute "update" do + command "yes \"\" | sudo pacman -Syu" +end -- GitLab