From 893696c955c85b31873e17f4c53a17f8457480bf Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Wed, 16 May 2018 21:59:13 -0500 Subject: [PATCH] Testing broken read --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2c3227c..e4196dc 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ function symlink() { echo "Please ensure that the following packages are installed and available in your PATH before proceeding:" echo "tmux, vim, zsh, curl, git" -read -p "Press enter to continue. " WAIT_FOR_INPUT +#read -p "Press enter to continue. " WAIT_FOR_INPUT if ! which git >>/dev/null ; then echo "Error: git is not installed"