1
0
mirror of https://github.com/c9fe/22120.git synced 2024-08-18 15:19:40 +02:00
22120/scripts/dl-node.sh
Cris Stringfellow 3e8d2ebae9
create
2023-01-15 02:07:52 +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-*