mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
Merge pull request #26 from devomaa/main
Make unzip overwrite files if already existing in cache.
This commit is contained in:
commit
77f281bd11
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ curl --fail --location --progress-bar --output "$tar_file" "$download_uri"
|
||||||
cd "$spicetify_install"
|
cd "$spicetify_install"
|
||||||
|
|
||||||
echo "EXTRACTING $tar_file"
|
echo "EXTRACTING $tar_file"
|
||||||
unzip "$tar_file"
|
unzip -o "$tar_file"
|
||||||
|
|
||||||
echo "REMOVING $tar_file"
|
echo "REMOVING $tar_file"
|
||||||
rm "$tar_file"
|
rm "$tar_file"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue