install npm in audiobookshelf

This commit is contained in:
Sam Heinz
2024-06-07 19:25:42 +10:00
parent 7776727f96
commit e547037094

View File

@@ -26,6 +26,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Node.js"
$STD apt-get update
$STD apt-get install -y nodejs
$STD apt-get install -y npm
msg_ok "Installed Node.js"
msg_info "Installing audiobookshelf"