overleaf/chef/cookbooks/packages/recipes/default.rb

10 lines
135 B
Ruby
Raw Normal View History

2014-08-15 08:34:57 -04:00
#
# Cookbook Name:: packages
# Recipe:: default
#
# Copyright 2014, ShareLaTeX
#
package 'git'
2014-08-15 08:36:32 -04:00
package 'vim'
package 'build-essential'