Skip to content

Commit e4e4c05

Browse files
authored
Update install
1 parent 54f727d commit e4e4c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export NVM_DIR="/opt/nvm"
2424
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
2525
export PATH="/opt/nvm:$PATH"
2626

27-
# Initial install of NodeJS (vrsion 20 is an LTS version)
27+
# Initial install of NodeJS (version 20 is an LTS version)
2828
nvm install v20
2929
npm install -g npm@latest
3030

@@ -70,4 +70,4 @@ EOT
7070
fi
7171

7272
# Notify installation has finished
73-
/usr/local/hestia/bin/v-add-user-notification admin NodeApp "<span style=\"font-size:large;color:green;\">&#11042;</span> NodeApp plugin has finished installing."
73+
/usr/local/hestia/bin/v-add-user-notification admin NodeApp "<span style=\"font-size:large;color:green;\">&#11042;</span> NodeApp plugin has finished installing."

0 commit comments

Comments
 (0)