浏览代码

update install for docker

Chris 5 年之前
父节点
当前提交
f50a444594
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      utils/install.sh

+ 4 - 4
utils/install.sh

@@ -145,10 +145,10 @@ pip3 list | grep pynvim > /dev/null && echo "pynvim installed, moving on..." ||
 # clone config down
 cloneconfig
 
-echo "Nvim Mach 2 is better with at least ripgrep, ueberzug and ranger"
-echo -n "Would you like to install these now?  (y/n)? "
-read answer
-[ "$answer" != "${answer#[Yy]}" ] && installextrapackages || echo "not installing extra packages"
+# echo "Nvim Mach 2 is better with at least ripgrep, ueberzug and ranger"
+# echo -n "Would you like to install these now?  (y/n)? "
+# read answer
+# [ "$answer" != "${answer#[Yy]}" ] && installextrapackages || echo "not installing extra packages"
 
 # install plugins
 which nvim > /dev/null && installplugins