fix missing volta command #58

Merged
OCram85 merged 1 commits from fix-volta into master 2023-07-22 16:37:08 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ function instNodeJS2() {
function instVolta() {
say "Installing Volta as NodeJS version manager..." "Volta"
curl -#fSl https://get.volta.sh | bash
# shellcheck disable=SC1090
source ~/.profile
say "done." "Volta"
}