1
0
mirror of https://github.com/c9fe/22120.git synced 2024-11-12 22:12:31 +01:00
22120/scripts/dl-node.sh
Cris Stringfellow 0b598f43a8 "OK"
2022-01-03 00:26:26 +08:00

14 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
unset npm_config_prefix
source $HOME/.nvm/nvm.sh
. $HOME/.profile
nvm install --lts
nvm use --lts
pkg ./src/hello.js
rm -rf hello-*