Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #320 from bambuchaAdm/master
Browse files Browse the repository at this point in the history
Add wget to omnibus install.
  • Loading branch information
tmatilai committed Nov 25, 2013
2 parents 453d8ce + 6684777 commit 707cd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/knife-solo/bootstraps/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def debianoid_gem_install

def debianoid_omnibus_install
run_command("sudo apt-get update")
run_command("sudo apt-get -y install rsync ca-certificates")
run_command("sudo apt-get -y install rsync ca-certificates wget")
omnibus_install
end

Expand Down

0 comments on commit 707cd25

Please sign in to comment.