diff --git a/scripts/install-moonraker.sh b/scripts/install-moonraker.sh index a079cf2..5f7561f 100755 --- a/scripts/install-moonraker.sh +++ b/scripts/install-moonraker.sh @@ -37,7 +37,7 @@ cleanup_legacy() { install_packages() { PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod" - PKGLIST="${PKGLIST} curl liblmdb0 libsodium-dev zlib1g-dev" + PKGLIST="${PKGLIST} curl libssl-dev liblmdb0 libsodium-dev zlib1g-dev" # Update system package info report_status "Running apt-get update..."