mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
fix: use correct overwrite flag
This commit is contained in:
parent
2a0e39720f
commit
2d153f57c0
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
|
Loading…
Reference in a new issue