From 3a956d467188078f5c7d45bdce3a2de2808e1557 Mon Sep 17 00:00:00 2001 From: The-ProGrammer66 <121656436+The-ProGrammer66@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:36:02 -0700 Subject: [PATCH] change grammar --- envsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index 7cd3e9e..1645125 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Easy to fool over, also might not work in earlier implementations, unless it is standarized +# Easy to fool over, also might not work in earlier implementations, unless it is standardized VERSION_ID=`cat /etc/os-release | grep "VERSION_ID" | sed 's/VERSION_ID=//g' | sed 's/["]//g'` CODENAME=`cat /etc/lsb-release | grep "DISTRIB_CODENAME" | sed 's/DISTRIB_CODENAME=//g' | sed 's/["]//g'` @@ -134,7 +134,7 @@ echo "q - Go back to the main menu" export JDK_VERSION=java-8-openjdk-amd64 detect_jdk else - error_msg 'You cannot install JDK 8 on your system.' + error_msg 'You must run Ubuntu 14.04 to install JDK 8.' select_jdk fi ;; q)