Pārlūkot izejas kodu

update installer

christianchiarulli 4 gadi atpakaļ
vecāks
revīzija
b88f189c49
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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' 2>/dev/null
+    nvim --headless -c ':silent TSUpdate' -c ':qall' >/dev/null 2>&1
 }
 }
 
 
 asktoinstallnode() {
 asktoinstallnode() {