11 lines
313 B
Fish
Executable file
11 lines
313 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
source "$DOT/script/utils.fish"
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
print_title "Volta & Node.js"
|
|
|
|
execute "curl https://get.volta.sh | bash -s -- --skip-setup" "Volta"
|
|
|
|
execute ". $DOT/node/path.config.fish && volta install node" "Node.js LTS"
|