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