From 1eb1fb480391a404dad604832fabac950b77562b Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 25 Jan 2023 06:59:05 -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 25af81a5..bf6f0015 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