mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
FIX uninstall.sh
This commit is contained in:
parent
55b714dbda
commit
467a971d31
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
set -e
|
||||
|
||||
echo "UN-INSTALLING"
|
||||
cd "$(dirname "$(spicetify -c)")/Themes/DribbblishDynamic"
|
||||
cd "$(dirname "$(spicetify -c)")"
|
||||
spicetify config current_theme " " extensions dribbblish-dynamic.js-
|
||||
|
||||
echo "UN-PATCHING"
|
||||
|
|
|
|||
Loading…
Reference in a new issue