From dacd5b41e5e4f8791035d0fff0bd8d8440066bba Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Wed, 31 Jul 2024 22:33:15 +0800 Subject: [PATCH] nvim (wip) --- helpers | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers b/helpers index 2cb2065..a020b1a 100644 --- a/helpers +++ b/helpers @@ -21,6 +21,7 @@ require() { done if [ ${#sw[@]} -gt 0 ]; then info "This packages will be installed in your system:\n${sw[*]}" + #TODO use local install script if possible apt_install "${sw[*]}" [ $? -gt 0 ] && die "installation cancelled" 201 fi