From c7516eff6d6cebf710299c2ba91b3af6233a660e Mon Sep 17 00:00:00 2001 From: thomashondema Date: Sat, 8 Feb 2025 22:18:32 +0100 Subject: [PATCH] Install all dependencies with a single command --- install/automatic-ripping-machine-install.sh | 31 ++++++++++---------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/install/automatic-ripping-machine-install.sh b/install/automatic-ripping-machine-install.sh index dd2a545d..68cb5417 100644 --- a/install/automatic-ripping-machine-install.sh +++ b/install/automatic-ripping-machine-install.sh @@ -14,21 +14,22 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y curl -$STD apt-get install -y sudo -$STD apt-get install -y mc -$STD apt-get install -y git -$STD apt-get install -y python3-pip -$STD apt-get install -y python3-venv -$STD apt-get install -y ffmpeg -$STD apt-get install -y libdvdcss2 -$STD apt-get install -y handbrake-cli -$STD apt-get install -y makemkv-bin -$STD apt-get install -y libavcodec-extra -$STD apt-get install -y abcde -$STD apt-get install -y flac -$STD apt-get install -y imagemagick -$STD apt-get install -y udev +$STD apt-get install -y \ + curl \ + sudo \ + mc \ + git \ + python3-pip \ + python3-venv \ + ffmpeg \ + libdvdcss2 \ + handbrake-cli \ + makemkv-bin \ + libavcodec-extra \ + abcde \ + flac \ + imagemagick \ + udev msg_ok "Installed Dependencies" msg_info "Installing Automatic Ripping Machine"