From d976609127ed7007c2181cf1dbd3f5e33b2131bd Mon Sep 17 00:00:00 2001 From: Itai Caspi Date: Sun, 22 Oct 2017 12:23:50 +0300 Subject: [PATCH] fixed a typo in the installation script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b9dd271..c2484f4 100755 --- a/install.sh +++ b/install.sh @@ -104,7 +104,7 @@ if [ ${GET_PREFERENCES_MANUALLY} -eq 1 ]; then prompt "Install Gym support?" Y INSTALL_GYM=${retval} - prompt "Install Neon and neon support?" Y + prompt "Install neon support?" Y INSTALL_NEON=${retval} fi