lib/rconf/support/package_installer.rb in rconf-0.8.12 vs lib/rconf/support/package_installer.rb in rconf-0.8.13

- old
+ new

@@ -86,9 +86,10 @@ BrewInstaller.check_and_install packages.each do |p| args = [ p ] args << opts if opts Command.execute('brew', 'install', *args) + Command.sudo('brew', 'link', p) end end # Install Windows software #