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:
parent
fdfab66951
commit
4e2bbde829
|
@ -36,7 +36,7 @@ cleanup_legacy() {
|
||||||
# Step 3: Install packages
|
# Step 3: Install packages
|
||||||
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} curl libcurl4-openssl-dev libssl-dev liblmdb0"
|
||||||
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev"
|
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue