Fixed bug if statement
All checks were successful
Run Discord Radio Bot v3 Tests / test (push) Successful in 46s
All checks were successful
Run Discord Radio Bot v3 Tests / test (push) Successful in 46s
This commit is contained in:
@@ -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 -
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user