From 86711cafd619f011dfcdac04a8e7dcc3a59eb35d Mon Sep 17 00:00:00 2001 From: ArchemedIan <105951210+ArchemedIan@users.noreply.github.com> Date: Sat, 2 Sep 2023 21:15:31 -0400 Subject: [PATCH] Update build.func --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 180fe358..c0fd8350 100644 --- a/misc/build.func +++ b/misc/build.func @@ -69,7 +69,7 @@ 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} Expiramental arm64 support enabled \n" + #echo -e "\n ${CROSS} Expiramental arm64 support enabled \n" msg_info "Experimental Arm64 Support Enabled" sleep 3 msg_ok "Experimental Arm64 Support Enabled"