From 49a7ad14ca1c8ae174c2470e947a0d4e127074e8 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 12:57:15 +0200 Subject: [PATCH] wip --- neovim.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/neovim.sh b/neovim.sh index 261ce39..bde3f73 100644 --- a/neovim.sh +++ b/neovim.sh @@ -81,7 +81,14 @@ } case "$1" in - --silent | -s) ;; + --silent | -s) + echo_info "updating sources and installing base dependencies.." + silentexec installBuildDependencies + echo_info "cloning sources.." + silentexec cloneSources + echo_info "installing neovim.." + silentexec makeInstall + ;; *) installBuildDependencies cloneSources