christianchiarulli 4 years ago
parent
commit
6e8bbd1572
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' \
         +'autocmd User PackerComplete sleep 10m | qall' \
         +PackerSync
         +PackerSync
     echo -e "\nCompile Complete"
     echo -e "\nCompile Complete"
-    nvim --headless -c ':silent TSUpdate' -c ':qall'
+    nvim --headless -c ':silent TSUpdate' -c ':qall' 2>/dev/null
 }
 }
 
 
 asktoinstallnode() {
 asktoinstallnode() {