mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Update install.sh
This commit is contained in:
parent
243460eabc
commit
d7b4630b6f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ curl --fail --location --progress-bar --output "$tar_file" "$download_uri"
|
|||
cd "$spicetify_install"
|
||||
|
||||
echo "EXTRACTING $tar_file"
|
||||
unzip "$tar_file" | yes
|
||||
unzip "$tar_file" -o
|
||||
|
||||
echo "REMOVING $tar_file"
|
||||
rm "$tar_file"
|
||||
|
|
@ -44,7 +44,7 @@ if [ ! -d "$sp_dot_dir" ]; then
|
|||
fi
|
||||
|
||||
echo "COPYING"
|
||||
cp -rf "$spicetify_install/dribbblish-dynamic-theme-${version}/." "$sp_dot_dir" | yes
|
||||
cp -rf "$spicetify_install/dribbblish-dynamic-theme-${version}/." "$sp_dot_dir"
|
||||
|
||||
echo "INSTALLING"
|
||||
cd "$(dirname "$(spicetify -c)")/Themes/DribbblishDynamic"
|
||||
|
|
|
|||
Loading…
Reference in a new issue