mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2026-09-10 07:36:35 -04:00
fc_install: Make help the default command
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
a33bad2e4c
commit
ad2359a6c3
|
|
@ -373,7 +373,7 @@ scripts.requires() {
|
|||
}
|
||||
|
||||
main() {
|
||||
local cmd="${1:-install}"
|
||||
local cmd="${1:-help}"
|
||||
shift || true
|
||||
scripts.requires "${_REQUIREMENTS[@]}" || sh.die.err $? "first install missing requirements"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue