reverting line 147
This commit is contained in:
parent
f8d60c0011
commit
2c27d7aabd
|
|
@ -144,7 +144,7 @@ install_croc()
|
|||
|
||||
echo "Verifying checksum..."
|
||||
if [[ $unameu == *DARWIN* ]]; then
|
||||
checksum="$(shasum -a 256 ${dl}) $croc_file)"
|
||||
checksum="$(shasum -a 256 ${dl}) $croc_file"
|
||||
elif [[ $unameu == "FREEBSD" ]]; then
|
||||
checksum="$(sha256 -q ${dl}) $croc_file"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue