Fixes #2380
This commit is contained in:
Werner
2020-11-25 15:13:15 +01:00
committed by GitHub
parent 1d04894f50
commit dd1a9b1daa

View File

@@ -957,7 +957,7 @@ prepare_host()
if [[ $(dpkg --print-architecture) != amd64 ]]; then if [[ $(dpkg --print-architecture) != amd64 ]]; then
display_alert "Please read documentation to set up proper compilation environment" display_alert "Please read documentation to set up proper compilation environment"
display_alert "http://www.armbian.com/using-armbian-tools/" display_alert "http://www.armbian.com/using-armbian-tools/"
exit_with_error "Running this tool on non x86-x64 build host in not supported" exit_with_error "Running this tool on non x86-x64 build host is not supported"
fi fi
# wait until package manager finishes possible system maintanace # wait until package manager finishes possible system maintanace