mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
install.sh: Hint to dropped feature
I can not fix the script right now, this is postponed. But still it should tell users that something is amiss. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
b886e6fe1c
commit
bd736c714d
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Install Nerd Fonts
|
# Install Nerd Fonts
|
||||||
__ScriptVersion="0.4"
|
__ScriptVersion="0.5"
|
||||||
|
|
||||||
# Default values for option variables:
|
# Default values for option variables:
|
||||||
quiet=false
|
quiet=false
|
||||||
@ -37,14 +37,16 @@ General options:
|
|||||||
with this script).
|
with this script).
|
||||||
Can be combined with -L for a dry run.
|
Can be combined with -L for a dry run.
|
||||||
|
|
||||||
-s, --use-single-width-glyphs Install single-width glyphs variants.
|
-s, --use-single-width-glyphs Install single-width glyphs variants. (*)
|
||||||
-w, --windows Install with limited internal font names.
|
-w, --windows Install with limited internal font names. (*)
|
||||||
|
|
||||||
-U, --install-to-user-path Install fonts to users home font path [default].
|
-U, --install-to-user-path Install fonts to users home font path [default].
|
||||||
-S, --install-to-system-path Install fonts to global system path for all users, requires root.
|
-S, --install-to-system-path Install fonts to global system path for all users, requires root.
|
||||||
|
|
||||||
-O, --otf Prefer OTF font files [default].
|
-O, --otf Prefer OTF font files [default].
|
||||||
-T, --ttf Prefer TTF font files.
|
-T, --ttf Prefer TTF font files.
|
||||||
|
|
||||||
|
(*) Feature will not work anymore
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user