#Mac, Getting error on Line 36

1 messages · Page 1 of 1 (latest)

daring steeple
#

I get the sh: line 36: spicetify: command not found error

#

I am running this command: curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.sh | sh

#

Could someone please help me with this issue

#

Also please ping me when responding

crisp marten
#

Run the commands it tells you

daring steeple
#

What command?

daring steeple
#

shld I go into the script fine line36 adn run that?

restive isle
# daring steeple I get the `sh: line 36: spicetify: command not found` error

Line 36 seems to be this:
spicetify config custom_apps spicetify-marketplace-
probably occurring because spicetify hasnt been added to the $PATH, I would add spicetify to $PATH and run the last line.
Or if you dont wanna/dont know how, run spicetify config-dir then find the file called "config-xpui.ini" and remove "spicetify-marketplace" from the "custom_apps" field

crisp marten
#

Send a ss of your console.

restive isle