Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"invalid option -" on installation script #78

Open
1 task done
Dowsley opened this issue Jan 5, 2023 · 1 comment
Open
1 task done

"invalid option -" on installation script #78

Dowsley opened this issue Jan 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Dowsley
Copy link

Dowsley commented Jan 5, 2023

🔍 Is there already an issue for your problem?

  • I have checked older issues, open and closed

ℹ Environment / Computer Info

- Spotify version: Spotify for macOS (Apple Silicon) 1.2.0.1165.gabf054ab
- Spicetify version: 2.16.0
- Fluent installation method: GitHub Readme

📝 Description

Run curl -fsSL https://raw.githubusercontent.com/williamckha/spicetify-fluent/master/install.sh | sh on either bash or zsh

Expected: Success in installation.

Output:

: command not found
: 
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]

📸 Screenshots

No response

@Dowsley Dowsley added the bug Something isn't working label Jan 5, 2023
@matteac
Copy link

matteac commented Jun 7, 2024

I had the same error. The thing is that install.sh has \r\n at the end of every line (Windows stuff) instead of \n.
Try running:

curl -fsSL https://raw.githubusercontent.com/williamckha/spicetify-fluent/master/install.sh | tr -d "\r"| sh

to remove every \r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants