mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
Update install.sh
This commit is contained in:
parent
d7b4630b6f
commit
c84620fcae
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" -o
|
unzip -o "$tar_file"
|
||||||
|
|
||||||
echo "REMOVING $tar_file"
|
echo "REMOVING $tar_file"
|
||||||
rm "$tar_file"
|
rm "$tar_file"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue