diff --git a/deploy.sh b/deploy.sh index 6695139..df9707e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -30,7 +30,7 @@ compatibility_check() { echo "\n ❌ You are not on a NixOS based system. This is required to continue." fi - if [[ "$(uname -m)" != "x86_64" ]]; then + if [[ "$(uname -m)" == "x86_64" ]]; then echod "\n ✅ x86_64 system detected." else ((TEST_FAIL++))