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
1 changed files with 1 additions and 1 deletions

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"