diff --git a/scripts/netclient-install.sh b/scripts/netclient-install.sh index 66ff5b60..c0c312c6 100755 --- a/scripts/netclient-install.sh +++ b/scripts/netclient-install.sh @@ -114,7 +114,7 @@ dist=netclient echo "OS Version = $(uname)" echo "Netclient Version = $VERSION" -case $(uname | tr '[:upper:]' '[:lower:]') in +case $(uname | tr A-Z a-z) in linux*) if [ -z "$CPU_ARCH" ]; then CPU_ARCH=$(uname -m)