From e5470370945d8bca5befc8cef4a44b814205cdc2 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:25:42 +1000 Subject: [PATCH] install npm in audiobookshelf --- install/audiobookshelf-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/audiobookshelf-install.sh b/install/audiobookshelf-install.sh index b623acb04..4b7ccd3f7 100644 --- a/install/audiobookshelf-install.sh +++ b/install/audiobookshelf-install.sh @@ -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"