diff --git a/apps/Node.js/uninstall b/apps/Node.js/uninstall index 19581b2..8f3ae0d 100755 --- a/apps/Node.js/uninstall +++ b/apps/Node.js/uninstall @@ -21,4 +21,4 @@ nvm uninstall default || error "Failed to purge Node.JS!" sudo rm -rf "$NVM_DIR" #remove nvm stuff from bashrc -sed -i '/NVM_DIR/d' /home/pi/.bashrc +sed -i '/NVM_DIR/d' ~/.bashrc