From bcb4da608c87147b9b271d531149388c935898f3 Mon Sep 17 00:00:00 2001 From: jetsonhacks Date: Sun, 8 Apr 2018 21:00:05 -0700 Subject: [PATCH] Better spacing and type in installer --- installLibrealsense.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installLibrealsense.sh b/installLibrealsense.sh index 7ea7127..4c869c8 100755 --- a/installLibrealsense.sh +++ b/installLibrealsense.sh @@ -10,8 +10,8 @@ reset=`tput sgr0` echo "" echo "Please make sure that no RealSense cameras are currently attached" echo "" -read -n 1 -s -r -p "Press and key to continue" - +read -n 1 -s -r -p "Press any key to continue" +echo "" sudo ./scripts/installDependencies.sh INSTALL_DIR=$PWD