Update build.func

This commit is contained in:
ArchemedIan 2023-09-02 21:15:31 -04:00
parent 0f58ff8743
commit 86711cafd6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ pve_check() {
# This function checks the system architecture and exits if it's not "amd64". # This function checks the system architecture and exits if it's not "amd64".
arch_check() { arch_check() {
if [ "$(dpkg --print-architecture)" != "amd64" ]; then 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" msg_info "Experimental Arm64 Support Enabled"
sleep 3 sleep 3
msg_ok "Experimental Arm64 Support Enabled" msg_ok "Experimental Arm64 Support Enabled"