From 0c5dda8f59b27bdddacc839e8daa71c33cb6ab14 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 25 Jan 2023 07:00:34 -0500 Subject: [PATCH] Update debian-v5.sh --- ct/debian-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh index bf6f0015..25af81a5 100644 --- a/ct/debian-v5.sh +++ b/ct/debian-v5.sh @@ -74,7 +74,7 @@ function PVE_CHECK() { } function ARCH_CHECK() { ARCH=$(dpkg --print-architecture) - if [[ "$ARCH" == "amd64" ]]; then + if [[ "$ARCH" != "amd64" ]]; then echo -e "\n ❌ This script will not work with PiMox! \n" echo -e "Exiting..." sleep 2