Skip to content

Instantly share code, notes, and snippets.

@armiller
Created March 25, 2016 19:35
Show Gist options
  • Save armiller/236ca4ca168a2169ba27 to your computer and use it in GitHub Desktop.
Save armiller/236ca4ca168a2169ba27 to your computer and use it in GitHub Desktop.
install packages from file
::File.open('/root/packages', 'r') do |f|
f.each_line do |l|
package l.strip
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment