0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Update default.txt

This commit is contained in:
Zack 2018-10-13 11:03:15 -07:00 committed by GitHub
parent 8662961e93
commit ad697febf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/default.txt vendored
View file

@ -65,7 +65,7 @@ install_croc()
croc_arch="64bit"
elif [[ $unamem == *86* ]]; then
croc_arch="32bit"
elif [[ $unamem == *armv5* ]]; then
elif [[ $unamem == *arm* ]]; then
croc_arch="ARM"
else
echo "Aborted, unsupported or unknown architecture: $unamem"