mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-31 11:24:23 +02: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:
parent
738f5c58ad
commit
0b0f21d0ac
@ -98,7 +98,7 @@ echo "Directories created"
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Installing pre-requisite Packages"
|
echo "Installing pre-requisite Packages"
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
apt update && apt install $app_prereq
|
apt update && apt install -y $app_prereq
|
||||||
echo ""
|
echo ""
|
||||||
ARCH=$(dpkg --print-architecture)
|
ARCH=$(dpkg --print-architecture)
|
||||||
# get arch
|
# get arch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user