Update debian-v5.sh

This commit is contained in:
tteckster 2023-01-25 06:59:05 -05:00 committed by GitHub
parent 1deaa5fae8
commit 1eb1fb4803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function PVE_CHECK() {
} }
function ARCH_CHECK() { function ARCH_CHECK() {
ARCH=$(dpkg --print-architecture) 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 "\n ❌ This script will not work with PiMox! \n"
echo -e "Exiting..." echo -e "Exiting..."
sleep 2 sleep 2