1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-10-30 23:43:47 +02:00

install.sh: Add info on actually used bash version

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow
2025-05-09 17:29:43 +02:00
parent dfe30cd8ed
commit 044a7c31ed

View File

@@ -62,6 +62,7 @@ EOF
# Print version
version() {
echo "Nerd Fonts installer -- Version $__ScriptVersion"
echo " -- Bash ${BASH_VERSION}"
}
# Parse options