mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Update Node.js installation script on readmefile and increment version number to 3.0.31
This commit is contained in:
parent
0f51996adc
commit
42b7bd30e7
@ -122,7 +122,7 @@ Open the file in a text editor and write your script. Here's an example that ins
|
|||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Installing Node.js with NVM
|
# 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
|
bash install.sh
|
||||||
source ~/.nvm/nvm.sh
|
source ~/.nvm/nvm.sh
|
||||||
nvm install --lts
|
nvm install --lts
|
||||||
|
@ -1 +1 @@
|
|||||||
3.0.30
|
3.0.31
|
Loading…
Reference in New Issue
Block a user