From ad697febf41861731121488359cf415cee759e6b Mon Sep 17 00:00:00 2001 From: Zack Date: Sat, 13 Oct 2018 11:03:15 -0700 Subject: [PATCH] Update default.txt --- .github/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/default.txt b/.github/default.txt index c16bc1e2..cf24da69 100644 --- a/.github/default.txt +++ b/.github/default.txt @@ -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"