#!/bin/bash
if test -z "$(grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported")"; then
echo "SSE 4.2 not supported"
else
echo "SSE 4.2 supported"
export LATEST_VERSION=$(curl -s https:/
#!/bin/bash
if test -z "$(grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 supported")"; then
echo "SSE 4.2 not supported"
else
echo "SSE 4.2 supported"
export LATEST_VERSION=$(curl -s https:/