Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
BUG: once the dropbox is installed, and the user ran and installed it…
Browse files Browse the repository at this point in the history
….. it will create a repository "/etc/yum.repos.d/dropbox.repo" which is for fedora and will not work on CentOS
  • Loading branch information
DeaDSouL committed Jun 29, 2015
1 parent 6d010be commit bdb6c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/app.dropbox/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# rpm -e PKG-NAME
# ex: rpm -e nautilus-dropbox-2015.02.12-1.fc10.x86_64
# ex: rpm -e nautilus-dropbox-1.6.2-1.fc10.x86_64
# TODO: the dropbox repo should be disabled by:
# echo 'enabled=0' >> /etc/yum.repos.d/dropbox.repo
# because it uses the fedora repository, and doesn't have one for CentOS yet
function __app_dropbox() {
_dir_app="$__inc__/app.dropbox"

Expand Down

0 comments on commit bdb6c68

Please sign in to comment.