From 67f7fedcd53a857d63b714807c62c87757b47308 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Thu, 20 Apr 2023 23:10:15 +0500 Subject: [PATCH] laid the foundation for arm64 --- cyberpanel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 0b37053d8..4ce9f7ea7 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -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