From abd98cb0f461b4e102e40918954fd9f6b5e91f54 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 30 Apr 2022 18:30:21 +0200 Subject: fix(install script): remove intermediate output --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ae9cdac..3773b5a 100755 --- a/install.sh +++ b/install.sh @@ -9,5 +9,7 @@ luarocks list | grep "fennel" >/dev/null 2>&1 || (echo "fennel is not installed" && exit 1) # Bootstrap installment -nvim --headless +qa && -nvim --headless -c "autocmd User PackerComplete quitall" +nvim --headless +qa >/dev/null 2>&1 && +nvim --headless -c "autocmd User PackerComplete quitall" >/dev/null 2>&1 && +echo "Successfully bootstrapped the config!" || +(echo "Bootstrapping failed..." && exit 1) -- cgit v1.2.3-70-g09d2