laid the foundation for arm64

This commit is contained in:
usman@cyberpersons.com
2023-04-20 23:10:15 +05:00
parent f4da6853bd
commit de7e01fb94

View File

@@ -252,8 +252,8 @@ else
exit
fi
if ! uname -m | grep -q x86_64 ; then
echo -e "x86_64 system is required...\n"
if ! uname -m | grep -qE 'x86_64|aarch64' ; then
echo -e "x86_64 or ARM system is required...\n"
exit
fi