From f50a444594fa3bed2998a684e391fb35692fa9e4 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 13 May 2020 22:19:21 -0400 Subject: update install for docker --- utils/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'utils/install.sh') diff --git a/utils/install.sh b/utils/install.sh index 47119566..59ada52c 100755 --- a/utils/install.sh +++ b/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 -- cgit v1.2.3