diff --git a/install.sh b/install.sh index eeb7042..6ae3816 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ fi # Copy all fonts to user fonts directory echo "Copying fonts..." -eval $find_command | xargs -0 -I % cp "%" "$font_dir/" +eval $find_command | xargs -0 -n1 -I % cp "%" "$font_dir/" # Reset font cache on Linux if command -v fc-cache @>/dev/null ; then