Merge pull request #1 from scamdotnet/patch-2

fix 'nvm: command not found'
pull/498/head
scamdotnet 3 years ago committed by GitHub
commit 540b3d1aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,8 @@ function error {
}
#Uninstall NodeJS
export NVM_DIR="$HOME/.config/nvm"
cd $NVM_DIR
nvm uninstall default || error "Failed to purge Node.JS!"
#Remove nvm

Loading…
Cancel
Save