mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-13 18:07:52 -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
|
rm -rf font-patcher
|
||||||
wget https://github.com/ryanoasis/nerd-fonts/raw/master/FontPatcher.zip -O FontPatcher.zip
|
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!"
|
echo "don't forget to commit your changes!"
|
||||||
|
|
Loading…
Reference in a new issue