Closed hadimc closed 3 years ago
if [[ "$ARCH" == "Linux" ]] ; then SHA256SUM_CMD="sha256sum" else SHA256SUM_CMD="shasum -a 256" fi
hm... I thought the tool already did that! I will review and make sure this works!
if [[ "$ARCH" == "Linux" ]] ; then SHA256SUM_CMD="sha256sum" else SHA256SUM_CMD="shasum -a 256" fi