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