Skip to content

Commit

Permalink
Update fonts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
x0rzavi authored Feb 25, 2023
1 parent 6291645 commit 7ce5038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ apple_fonts () {
ny # no nerd patches

set +e
docker run -v $directory/tmpdir/AppleFonts:/in -v $directory/tmpdir/AppleFontsNerdPatched:/out nerdfonts/patcher -c --careful --no-progressbars --quiet
docker run --rm -v $directory/tmpdir/AppleFonts:/in -v $directory/tmpdir/AppleFontsNerdPatched:/out nerdfonts/patcher --no-progressbars --quiet
set -e
7z a $directory/AppleFontsNerdPatched.7z $directory/tmpdir/AppleFontsNerdPatched
}
Expand Down

0 comments on commit 7ce5038

Please sign in to comment.