Merge branch 'release' into beta-v3

This commit is contained in:
chalith
2023-12-21 14:06:47 +05:30

View File

@@ -231,7 +231,7 @@ function check_prereq() {
if ! command -v node &>/dev/null; then
echo "Installing nodejs..."
! install_nodejs_utility >/dev/null || exit 1
! install_nodejs_utility >/dev/null && exit 1
else
version=$(node -v | cut -d '.' -f1)
version=${version:1}