From c84620fcaefe1511611ca090774603d0e9edeb83 Mon Sep 17 00:00:00 2001 From: pjals Date: Thu, 22 Jul 2021 16:28:47 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eed1b26..684da1e 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" -o +unzip -o "$tar_file" echo "REMOVING $tar_file" rm "$tar_file"