hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.

Home Page:https://sparkleshare.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curl Error

captainpo-po opened this issue · comments

Hello, I don't have any logs because this is an issue I'm having when attempting to set up SparkleShare.

I'm attempting to set up SparkleShare on a raspberry pi 3 to act as a server for my files. It is running Raspbian Lite Version 10.

What happened:

When I attempt to set up SparkleShare using the instructions listed on SparkleShare.org I get a curl Error when executing this command

curl https://raw.githubusercontent.com/hbons/Dazzle/master/dazzle.sh \
  --output /usr/bin/dazzle && chmod +x /usr/bin/dazzle

curl: (3) URL using bad/illegal format or missing URL

Tis prints twice. Attempting to run the dazzle setup command after that is met with a command not found error. Did I do something very silly when setting this up?

Remove the backslash after the URL, and type everything in one line.
Its likely that cut&paste is messing you up, that backslash escapes a hidden carriage return, and the rest of the command is on the next line. (i.e. to linux its all just on one line)