瀏覽代碼

update installer

christianchiarulli 4 年之前
父節點
當前提交
b88f189c49
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' 2>/dev/null
+    nvim --headless -c ':silent TSUpdate' -c ':qall' >/dev/null 2>&1
 }
 
 asktoinstallnode() {