--- zm-build/instructions/bundling-scripts/utils.sh 2020-11-16 19:10:10.207776349 +0100 +++ zm-build/instructions/bundling-scripts/utils.sh 2020-11-16 19:10:03.064930426 +0100 @@ -47,6 +47,9 @@ elif [[ $1 == RHEL* ]] then CreateRhelPackage + elif [[ $1 == ARCH ]] + then + echo "Build on Arch Linux done" else echo "OS not supported. Run using UBUNTU or RHEL system. " exit 1 --- zm-build/build.pl 2020-12-19 22:23:36.705531953 +0100 +++ zm-build/build.pl 2020-12-19 22:13:41.557178188 +0100 @@ -1073,7 +1073,7 @@ Prepare(); - Checkout($all_repos); + #Checkout($all_repos); if ( !$CFG{STOP_AFTER_CHECKOUT} ) {