spicetify postinstall

This commit is contained in:
Benjamin Palko 2024-04-16 02:13:55 +00:00
parent 4e7e08a380
commit 09e7658618
3 changed files with 6 additions and 2 deletions

View file

@ -1,2 +0,0 @@
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh

View file

@ -0,0 +1,3 @@
sudo chmod a+wr /opt/spotify
sudo chmod a+wr /opt/spotify/Apps -R

View file

@ -37,3 +37,6 @@ source .install/symlink.sh
# Add asdf plugins
source .install/add-asdf-plugins.sh
# Spicetify
source .scripts/spicetify-postinstall.sh