christianchiarulli 4 years ago
parent
commit
5f1f6600cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

@@ -109,7 +109,7 @@ cloneconfig() {
         +'autocmd User PackerComplete sleep 10m | qall' \
         +PackerSync
     echo -e "\nCompile Complete"
-    nvim --headless -c ':silent TSUpdate' -c ':qall' >/dev/null 2>&1
+    nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1
 }
 
 asktoinstallnode() {