mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-01 09:50:44 +01:00
laid the foundation for arm64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user