Update install.sh

This commit is contained in:
pjals 2021-07-22 16:28:47 +03:00 committed by GitHub
parent d7b4630b6f
commit c84620fcae
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" -o
unzip -o "$tar_file"
echo "REMOVING $tar_file"
rm "$tar_file"