diff --git a/cyberpanel_upgrade.sh b/cyberpanel_upgrade.sh index c620ec8cb..a7629ce64 100644 --- a/cyberpanel_upgrade.sh +++ b/cyberpanel_upgrade.sh @@ -108,8 +108,8 @@ if [[ ! -f /etc/os-release ]] ; then 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