From 82ac3c52e23d5a93e2fe0c9fb14e46385a34b9e1 Mon Sep 17 00:00:00 2001 From: chmistry Date: Wed, 28 Aug 2024 14:05:36 +0200 Subject: [PATCH] change Node.js install --- install/immich-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/immich-install.sh b/install/immich-install.sh index 6726fc3d..c2d6bb1a 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -36,7 +36,7 @@ msg_info "Installing Node.js" $STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh) export PS1=$'\h:\w\$' export debian_chroot="" -export force_color_prompt="false" +export force_color_prompt=no . ~/.bashrc # crashes with: /root/.bashrc: line 6: PS1: unbound variable #export NVM_DIR="$HOME/.nvm" #[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm