1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-21 23:33:00 +00:00

Update install.sh to not prompt for package installation

Script will exit without input if a prereq package is missing
This commit is contained in:
Stevie Robinson 2024-01-16 16:57:21 +01:00 committed by Mark McDowall
parent 738f5c58ad
commit 0b0f21d0ac

View file

@ -98,7 +98,7 @@ echo "Directories created"
echo ""
echo "Installing pre-requisite Packages"
# shellcheck disable=SC2086
apt update && apt install $app_prereq
apt update && apt install -y $app_prereq
echo ""
ARCH=$(dpkg --print-architecture)
# get arch