Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-dropbox #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client/tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- slack-desktop
- spotify-client
- code
- dropbox
2 changes: 2 additions & 0 deletions client/tasks/repos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- name: setup google repos
include_tasks: repos/google.yml
- name: setup dropbox
include_tasks: repos/dropbox.yml
- name: setup spotify repos
include_tasks: repos/spotify.yml
- name: setup microsoft repos
Expand Down
6 changes: 6 additions & 0 deletions client/tasks/repos/dropbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- apt_key:
keyserver: keyserver.ubuntu.com
id: 1C61A2656FB57B7E4DE0F4C1FC918B335044912E
- apt_repository:
repo: "deb [arch=amd64] http://linux.dropbox.com/ubuntu disco main"
filename: dropbox