-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Dropbox's repo to install on Debian-family distributions (#1)
* Remove trailing whitespace * Use ansible_os_family for Debian/Ubuntu detection Use ansible_os_family == "Debian" instead of testing ansible_distribution against "Debian" and "Ubuntu". * Use Dropbox's repo to install on Debian-family distributions Dropbox provides an apt repository for Debian and Ubuntu. Use it to install dropbox instead. Fall back to curl pipeline install for everything else. Name the control script 'dropbox' on non-apt installs to match the name of the script installed through apt.
- Loading branch information
1 parent
7a6a745
commit 227a49f
Showing
2 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters