spicetify postinstall
This commit is contained in:
parent
4e7e08a380
commit
09e7658618
3 changed files with 6 additions and 2 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
|
|
||||||
|
|
||||||
3
.scripts/spicetify-postinstall.sh
Normal file
3
.scripts/spicetify-postinstall.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
sudo chmod a+wr /opt/spotify
|
||||||
|
sudo chmod a+wr /opt/spotify/Apps -R
|
||||||
|
|
||||||
|
|
@ -37,3 +37,6 @@ source .install/symlink.sh
|
||||||
# Add asdf plugins
|
# Add asdf plugins
|
||||||
source .install/add-asdf-plugins.sh
|
source .install/add-asdf-plugins.sh
|
||||||
|
|
||||||
|
# Spicetify
|
||||||
|
source .scripts/spicetify-postinstall.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue