From 7776727f96d2da35c917f7772e3e758ee1e29fe3 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:18:46 +1000 Subject: [PATCH] add -y to apt-get in deps in audiobookshelf --- install/audiobookshelf-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/audiobookshelf-install.sh b/install/audiobookshelf-install.sh index 374c2f541..b623acb04 100644 --- a/install/audiobookshelf-install.sh +++ b/install/audiobookshelf-install.sh @@ -19,8 +19,8 @@ $STD apt-get install -y sudo $STD apt-get install -y gnupg $STD apt-get install -y mc $STD apt-get install -y wget -$STD apt-get install ffmpeg -$STD apt-get install git +$STD apt-get install -y ffmpeg +$STD apt-get install -y git msg_ok "Installed Dependencies" msg_info "Installing Node.js"