Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Jul 28, 2024
1 parent 54f727d commit e4e4c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export NVM_DIR="/opt/nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export PATH="/opt/nvm:$PATH"

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

Expand Down Expand Up @@ -70,4 +70,4 @@ EOT
fi

# Notify installation has finished
/usr/local/hestia/bin/v-add-user-notification admin NodeApp "<span style=\"font-size:large;color:green;\">&#11042;</span> NodeApp plugin has finished installing."
/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 comments on commit e4e4c05

Please sign in to comment.