Update a display string.
This commit is contained in:
parent
ab1abfe496
commit
c6c67daf91
|
@ -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
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
|
|
Loading…
Reference in a new issue