mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Merge branch 'release' into beta-v3
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user