add -y to apt-get in deps in audiobookshelf

This commit is contained in:
Sam Heinz
2024-06-07 19:18:46 +10:00
parent b280ded13b
commit 7776727f96

View File

@@ -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"