From 42b7bd30e7984e6adf65f52348b59e8e3b388591 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 19 Apr 2024 14:47:49 +0000 Subject: [PATCH] Update Node.js installation script on readmefile and increment version number to 3.0.31 --- readme.md | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b12667e..8df2a55 100644 --- a/readme.md +++ b/readme.md @@ -122,7 +122,7 @@ Open the file in a text editor and write your script. Here's an example that ins ```bash #!/bin/bash # Installing Node.js with NVM -curl -O https://raw.githubusercontent.com/creationix/nvm/master/install.sh +sudo curl -O https://raw.githubusercontent.com/creationix/nvm/master/install.sh bash install.sh source ~/.nvm/nvm.sh nvm install --lts diff --git a/version.txt b/version.txt index bdb1390..4037fd0 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.30 \ No newline at end of file +3.0.31 \ No newline at end of file