scripts: remove nginx dependency

Moonraker itself does not depend on nginx and it
is no longer required to install clients on the host.

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-09-29 17:22:26 -04:00
parent fdfab66951
commit 4e2bbde829
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ cleanup_legacy() {
# Step 3: Install packages
install_packages()
{
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
PKGLIST="python3-virtualenv python3-dev libopenjp2-7 python3-libgpiod"
PKGLIST="${PKGLIST} curl libcurl4-openssl-dev libssl-dev liblmdb0"
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev"