arch in upgrade

This commit is contained in:
usman@cyberpersons.com
2023-06-06 11:52:00 +05:00
parent a717267d4f
commit 6c40305d04

View File

@@ -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