From 74bde0916425b771f8311ffe8c6991844b59cb43 Mon Sep 17 00:00:00 2001 From: "1x:tier" Date: Sun, 3 Aug 2025 18:37:50 -0400 Subject: [PATCH] NackerNvim script install --- sh/nackernvim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/nackernvim b/sh/nackernvim index 50cc4f8..f439372 100755 --- a/sh/nackernvim +++ b/sh/nackernvim @@ -13,7 +13,7 @@ function install() { while [ -n "$1" ] do case "$1" in - install )start;; + install )install;; help )helpcli;; esac shift