mirror of https://github.com/tteck/Proxmox.git
Update build.func
This commit is contained in:
parent
0f58ff8743
commit
86711cafd6
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue