Skip to content

Commit

Permalink
Updat install-ubuntu-ec2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Jul 28, 2024
1 parent 13a6a7c commit 0cac81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ubuntu-ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo chown $(whoami) /etc/letsencrypt/archive/ -R
echo "Installing node..."
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
. ~/.nvm/nvm.sh
nvm install 16
nvm install 18
node -e "console.log('Running Node.js ' + process.version)"

# allow non-root node to use ports 80 and 443
Expand Down

0 comments on commit 0cac81f

Please sign in to comment.