Update install.sh

This commit is contained in:
pjals 2021-07-22 16:24:02 +03:00 committed by GitHub
parent 243460eabc
commit d7b4630b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"