From 554687cdd11f28e0cdefcf1dd799007f0ac38ff1 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:29:31 +1000 Subject: [PATCH] Update notice in haos vm --- vm/haos-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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