overleaf/server-ce/chef/cookbooks/packages/recipes/default.rb

10 lines
135 B
Ruby
Raw Normal View History

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