diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index 4c82712ae..704a93088 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -126,7 +126,7 @@ function pve_check() { function arch_check() { if [ "$(dpkg --print-architecture)" != "amd64" ]; then - msg_error "This script will not work with PiMox! \n" + msg_error "This script is unsupported. Use the PiMox HAOS script.\n" echo -e "Exiting..." sleep 2 exit