From 51b4231094a62ea7d2d414214c44b5e32a588396 Mon Sep 17 00:00:00 2001 From: ArchemedIan <105951210+ArchemedIan@users.noreply.github.com> Date: Sat, 2 Sep 2023 07:16:53 -0400 Subject: [PATCH] Update build.func arm64 support maybe? --- misc/build.func | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/build.func b/misc/build.func index 43925d1b..5b2f8212 100644 --- a/misc/build.func +++ b/misc/build.func @@ -69,10 +69,11 @@ pve_check() { # This function checks the system architecture and exits if it's not "amd64". arch_check() { if [ "$(dpkg --print-architecture)" != "amd64" ]; then - echo -e "\n ${CROSS} This script will not work with PiMox! \n" - echo -e "Exiting..." - sleep 2 - exit + echo -e "\n ${CROSS} Expiramental arm64 support enabled \n" + #echo -e "Exiting..." + sleep 5 + #exit + arm64ct="yes" fi }