Install Dropbox.

This commit is contained in:
Jeff Geerling 2014-02-13 08:44:52 -06:00
parent 724f9a1cf3
commit 3446f1d212
2 changed files with 10 additions and 0 deletions

9
apps/dropbox.yml Normal file
View File

@ -0,0 +1,9 @@
---
# Note: Once downloaded, you will need to manually run Dropbox to setup.
# TODO: Maybe still use normal DMG routine for the install instead of sh?
- hosts: all
connection: local
tasks:
- name: Install Dropbox.
shell: curl -fkL https://gist.github.com/raw/963046/install-dropbox.sh | sh creates=/Applications/Dropbox.app

View File

@ -14,6 +14,7 @@
- include: apps/adium.yml
- include: apps/chrome.yml
- include: apps/cornerstone.yml
- include: apps/dropbox.yml
- include: apps/firefox.yml
- include: apps/handbrake.yml
- include: apps/homebrew.yml