diff --git a/install.sh b/install.sh index 19badb7..eed1b26 100644 --- a/install.sh +++ b/install.sh @@ -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"