feat(init): first commit
This commit is contained in:
10
files/common/nvm/nvm-wrapper.sh
Normal file
10
files/common/nvm/nvm-wrapper.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
export NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release
|
||||
|
||||
NVM_DIR="$HOME/.nvm"
|
||||
source "$NVM_DIR/nvm.sh"
|
||||
|
||||
nvm_get_arch() { nvm_echo "x64-musl"; }
|
||||
|
||||
nvm $@
|
Reference in New Issue
Block a user