mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08:00
ddff23cc27
Vagrant again! http://downloads.vagrantup.com/
10 lines
168 B
Ruby
10 lines
168 B
Ruby
#!/usr/bin/env ruby
|
|
#^syntax detection
|
|
|
|
site 'http://community.opscode.com/api/v1'
|
|
|
|
cookbook 'apt'
|
|
cookbook 'vim'
|
|
cookbook 'build-essential'
|
|
cookbook 'omnibus_updater'
|