Browse Source

redirect output test

christianchiarulli 4 years ago
parent
commit
75a338eb80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/installer/install.sh

+ 2 - 2
utils/installer/install.sh

@@ -100,14 +100,14 @@ installpacker() {
 
 
 cloneconfig() {
 cloneconfig() {
     echo "Cloning LunarVim configuration"
     echo "Cloning LunarVim configuration"
-    git clone --branch rolling https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim
+    git clone --branch master https://github.com/ChristianChiarulli/lunarvim.git ~/.config/nvim
     mv $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua
     mv $HOME/.config/nvim/utils/installer/lv-config.example.lua $HOME/.config/nvim/lv-config.lua
     nvim --headless \
     nvim --headless \
         +'autocmd User PackerComplete sleep 100m | qall' \
         +'autocmd User PackerComplete sleep 100m | qall' \
         +PackerInstall
         +PackerInstall
     nvim --headless \
     nvim --headless \
         +'autocmd User PackerComplete sleep 10m | qall' \
         +'autocmd User PackerComplete sleep 10m | qall' \
-        +PackerSync
+        +PackerSync >/dev/null
     echo "\nCompile Complete"
     echo "\nCompile Complete"
 }
 }