Update a display string.

This commit is contained in:
Scott Wallace 2016-02-18 07:01:05 +00:00
parent ab1abfe496
commit c6c67daf91

View file

@ -9,7 +9,7 @@ function install_linux_software {
elif [ -x "$(which apt-get)" ]; then elif [ -x "$(which apt-get)" ]; then
INSTALLCMD="apt-get install -y" INSTALLCMD="apt-get install -y"
else 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 exit 1
fi fi
#------------------------------- #-------------------------------