Fixed bug if statement
All checks were successful
Run Discord Radio Bot v3 Tests / test (push) Successful in 46s

This commit is contained in:
Logan Cusano
2024-04-14 20:43:06 -04:00
parent af19db8e17
commit cebd316939

View File

@@ -68,6 +68,7 @@ if [[ "$cpu_arch" == "armv6"* ]]; then
echo "----- CPU Architecture is ARMv6 or compatible. -----" echo "----- CPU Architecture is ARMv6 or compatible. -----"
echo "----- CPU Architectre is not compatible with dependencies of this project, please use a newer CPU architecture -----" echo "----- CPU Architectre is not compatible with dependencies of this project, please use a newer CPU architecture -----"
exit exit
fi
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -