File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export NVM_DIR="/opt/nvm"
24
24
[ -s " $NVM_DIR /bash_completion" ] && \. " $NVM_DIR /bash_completion" # This loads nvm bash_completion
25
25
export PATH=" /opt/nvm:$PATH "
26
26
27
- # Initial install of NodeJS (vrsion 20 is an LTS version)
27
+ # Initial install of NodeJS (version 20 is an LTS version)
28
28
nvm install v20
29
29
npm install -g npm@latest
30
30
70
70
fi
71
71
72
72
# Notify installation has finished
73
- /usr/local/hestia/bin/v-add-user-notification admin NodeApp " <span style=\" font-size:large;color:green;\" >⬢</span> NodeApp plugin has finished installing."
73
+ /usr/local/hestia/bin/v-add-user-notification admin NodeApp " <span style=\" font-size:large;color:green;\" >⬢</span> NodeApp plugin has finished installing."
You can’t perform that action at this time.
0 commit comments