From 89eb9b26b768db6c9a8e557dcc125c07aedd2e22 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 4 Apr 2023 14:10:52 +0200 Subject: [PATCH] Rename the Node.js installer folder --- scripts/Common/Software/{Node.js => NVS}/install.sh | 0 scripts/PopOS/Collections/personal.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/Common/Software/{Node.js => NVS}/install.sh (100%) diff --git a/scripts/Common/Software/Node.js/install.sh b/scripts/Common/Software/NVS/install.sh similarity index 100% rename from scripts/Common/Software/Node.js/install.sh rename to scripts/Common/Software/NVS/install.sh diff --git a/scripts/PopOS/Collections/personal.sh b/scripts/PopOS/Collections/personal.sh index bf1dafab4..5c116d99b 100755 --- a/scripts/PopOS/Collections/personal.sh +++ b/scripts/PopOS/Collections/personal.sh @@ -21,7 +21,7 @@ source "../../Debian/Software/git/install.sh"; source "../../Debian/Software/logo-ls/install.sh"; source "../../Debian/Software/VSCodium/install.sh"; source "../../Debian/Software/Visual Studio Code/install.sh"; -source "../../Common/Software/Node.js/install.sh"; +source "../../Common/Software/NVS/install.sh"; source "../../Debian/Software/Python/install.sh"; source "../../Common/Software/pyenv/install.sh"; source "../../Common/Software/pipenv/install.sh";