change Node.js install

pull/3611/head
chmistry 11 months ago
parent f00ee3f9e6
commit 9a95ec3adb
  1. 1
      install/immich-install.sh

@ -72,6 +72,7 @@ msg_info "Installing Node.js"
#TODO script crashes at this point, attempt to install as immich user #TODO script crashes at this point, attempt to install as immich user
$STD su immich -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash" $STD su immich -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash"
$STD su immich -c "nvm install 20" $STD su immich -c "nvm install 20"
msg_ok "Installed Node.js" msg_ok "Installed Node.js"
msg_info "Installing ${APPLICATION}" msg_info "Installing ${APPLICATION}"

Loading…
Cancel
Save