From c6c67daf91e22c9399e6fed2f462c7f538a3b259 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 18 Feb 2016 07:01:05 +0000 Subject: [PATCH] Update a display string. --- bin/software-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/software-install.sh b/bin/software-install.sh index 663e29a..4014f70 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -9,7 +9,7 @@ function install_linux_software { elif [ -x "$(which apt-get)" ]; then INSTALLCMD="apt-get install -y" else - echo "Sorry, I don't know how to install software on this machine yet." + echo "Sorry, I don't know how to install software on this OS yet." exit 1 fi #-------------------------------