Skip to content

Commit

Permalink
remove instlall node
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Jun 23, 2024
1 parent e444bba commit f60b79b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/js/runtime-upgrade-sudo/perform-upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
echo "Please select the environment (development, demo):"
read -r ENVIRONMENT
# Prepare environment and install Node.js
echo "Preparing environment and installing Node.js..."
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
# # Install NVM and node if not present in your mac:
# brew install nvm && echo 'export NVM_DIR="$HOME/.nvm"' >> ~/.zshrc && echo '[ -s "$NVM_DIR/nvm.sh" ] \
# && \. "$NVM_DIR/nvm.sh"' >> ~/.zshrc && source ~/.zshrc && nvm install node

# Define the tag and calculate the short git hash
TAG="v0.11.0-rc3"
Expand Down

0 comments on commit f60b79b

Please sign in to comment.