From 243460eabc990ee6f62cb0310045fd5c6aa9393b Mon Sep 17 00:00:00 2001 From: pjals Date: Thu, 22 Jul 2021 16:22:36 +0300 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4f8eb96..19badb7 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" +unzip "$tar_file" | yes 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" +cp -rf "$spicetify_install/dribbblish-dynamic-theme-${version}/." "$sp_dot_dir" | yes echo "INSTALLING" cd "$(dirname "$(spicetify -c)")/Themes/DribbblishDynamic"