mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
reverting line 147
This commit is contained in:
parent
f8d60c0011
commit
2c27d7aabd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue