From 40002d353920805f847f42ba548030b462aac06c Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 15 Sep 2021 12:02:21 -0500 Subject: [PATCH] Node.js: uninstall: Change /home/pi to ~/ --- apps/Node.js/uninstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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