From 7e4f7ef56fe77afc81a3f9d5c84b11880b3615cd Mon Sep 17 00:00:00 2001 From: ZakesGit Date: Wed, 5 Feb 2025 21:18:07 +0200 Subject: [PATCH] Create manual instal Manual installation of nvm --- manual instal | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manual instal diff --git a/manual instal b/manual instal new file mode 100644 index 0000000..5b0950b --- /dev/null +++ b/manual instal @@ -0,0 +1,5 @@ +export NVM_DIR="$HOME/.nvm" && ( + git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR" + cd "$NVM_DIR" + git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)` +) && \. "$NVM_DIR/nvm.sh"