From bd736c714d7a666c290aa8038af5dd2621fcf415 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 28 Apr 2023 18:53:55 +0200 Subject: [PATCH] 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 --- install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 146ff5057..bc8eecca6 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Install Nerd Fonts -__ScriptVersion="0.4" +__ScriptVersion="0.5" # Default values for option variables: quiet=false @@ -37,14 +37,16 @@ General options: with this script). Can be combined with -L for a dry run. - -s, --use-single-width-glyphs Install single-width glyphs variants. - -w, --windows Install with limited internal font names. + -s, --use-single-width-glyphs Install single-width glyphs variants. (*) + -w, --windows Install with limited internal font names. (*) -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. -O, --otf Prefer OTF font files [default]. -T, --ttf Prefer TTF font files. + + (*) Feature will not work anymore EOF }