From cebd316939052ab7100e440c18ad7a9eccaae8f2 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 14 Apr 2024 20:43:06 -0400 Subject: [PATCH] Fixed bug if statement --- client/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/client/setup.sh b/client/setup.sh index 5f94a95..cb1247f 100644 --- a/client/setup.sh +++ b/client/setup.sh @@ -68,6 +68,7 @@ if [[ "$cpu_arch" == "armv6"* ]]; then echo "----- CPU Architecture is ARMv6 or compatible. -----" echo "----- CPU Architectre is not compatible with dependencies of this project, please use a newer CPU architecture -----" exit +fi curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -