SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2014-09-19 11:45:27

ffsantos92
Member
From: Portugal
Registered: 2014-09-19
Posts: 21
Website

[SOLVED] Dropbox installation script isn't working

My version: #! 11

When i try:
Network > Dropbox > Install Dropbox

I get this error:

Error, failed to contact server. Please try again later.

Last edited by ffsantos92 (2014-09-19 14:28:41)


#! 11 "Waldorf" User
ASUS X550L | Intel Core i5 - 4200U, 1,6GHz | NVIDIA GeForce 740M | 4GB RAM | 500GB HD

Offline

Be excellent to each other!

#2 2014-09-19 12:40:45

damo
#! gimpbanger
From: N51.5 W002.8 (mostly)
Registered: 2011-11-24
Posts: 4,440

Re: [SOLVED] Dropbox installation script isn't working

Why do you say the script isn't working? Did you "try again later"?


Artwork at deviantArt;  Iceweasel Personas;  SLiM #! Themes;  Openbox themes

Online

#3 2014-09-19 14:27:50

ffsantos92
Member
From: Portugal
Registered: 2014-09-19
Posts: 21
Website

Re: [SOLVED] Dropbox installation script isn't working

damo wrote:

Why do you say the script isn't working? Did you "try again later"?

Yes but i already fixed it smile

Open terminal:

cd /usr/bin
sudo nano cb-dropbox-pipemenu

Find:

DROPBOXURL="http://www.dropbox.com/download?plat=lnx.x86_64"
DROPBOXURL="http://www.dropbox.com/download?plat=lnx.x86"

Replace with:

DROPBOXURL="https://www.dropbox.com/download?plat=lnx.x86_64"
DROPBOXURL="https://www.dropbox.com/download?plat=lnx.x86"

#! 11 "Waldorf" User
ASUS X550L | Intel Core i5 - 4200U, 1,6GHz | NVIDIA GeForce 740M | 4GB RAM | 500GB HD

Offline

#4 2014-09-19 15:16:39

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 13,407
Website

Re: [SOLVED] Dropbox installation script isn't working

Interesting, at some point in the past mine was changed and I don't remember when  big_smile

    platform=`uname -m | tr '[A-Z]' '[a-z]'`
    case $platform in
    "x86_64")
        #DROPBOXURL="http://packages.crunchbang.org/waldorf-files/dropbox/64/dropbox.tar.gz"
        DROPBOXURL="https://www.dropbox.com/download?plat=lnx.x86_64"
        ;;
    *)
        #DROPBOXURL="http://packages.crunchbang.org/waldorf-files/dropbox/32/dropbox.tar.gz"
        DROPBOXURL="https://www.dropbox.com/download?plat=lnx.x86"
        ;;
    esac

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo