mirror of
https://github.com/discourse/discourse.git
synced 2025-09-09 22:22:54 +08:00
11 lines
189 B
Text
11 lines
189 B
Text
|
#!/usr/bin/env ruby
|
||
|
#^syntax detection
|
||
|
|
||
|
site 'http://community.opscode.com/api/v1'
|
||
|
|
||
|
cookbook 'apt'
|
||
|
cookbook 'vim'
|
||
|
cookbook 'phantomjs'
|
||
|
cookbook 'build-essential'
|
||
|
cookbook 'omnibus_updater'
|