|
|
@ -70,7 +70,8 @@ msg_ok "User immich added" |
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing Node.js" |
|
|
|
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 "bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh)" |
|
|
|
$STD su immich -c "nvm install 20" |
|
|
|
$STD su immich -c "nvm install 20" |
|
|
|
|
|
|
|
|
|
|
|
msg_ok "Installed Node.js" |
|
|
|
msg_ok "Installed Node.js" |
|
|
|