Commit e710315a authored by Ryan McNeely's avatar Ryan McNeely

Removed 'abort' case on Dropbox package

parent 4132f727
...@@ -12,7 +12,7 @@ class Dropbox < Package ...@@ -12,7 +12,7 @@ class Dropbox < Package
source_url 'https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-28.4.14.tar.gz' source_url 'https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-28.4.14.tar.gz'
source_sha1 '40f4f37b64394d42f4fa3d6b3d53553f854587e4' source_sha1 '40f4f37b64394d42f4fa3d6b3d53553f854587e4'
else else
abort 'Unable to install dropboxd. Supported architectures include x86 and x86_64 only.'.lightred 'Unable to install dropboxd. Supported architectures include x86 and x86_64 only.'.lightred
end end
depends_on 'python' depends_on 'python'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment