fix: use correct overwrite flag

This commit is contained in:
Daylin Morgan 2023-05-03 15:13:19 -05:00
parent 2a0e39720f
commit 2d153f57c0
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
rm -rf font-patcher
wget https://github.com/ryanoasis/nerd-fonts/raw/master/FontPatcher.zip -O FontPatcher.zip
unzip -u FontPatcher.zip -x "readme.md"
unzip -o FontPatcher.zip -x "readme.md"
echo "don't forget to commit your changes!"