From 4d473969db9bac2bdd257e9b6e50e353d3588570 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 23 Jan 2022 08:08:12 -0500 Subject: [PATCH] scripts: add packagekit dependency to install script Signed-off-by: Eric Callahan --- scripts/install-moonraker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-moonraker.sh b/scripts/install-moonraker.sh index fd5d6fa..4b1a6fe 100755 --- a/scripts/install-moonraker.sh +++ b/scripts/install-moonraker.sh @@ -26,7 +26,7 @@ install_packages() { PKGLIST="python3-virtualenv python3-dev libopenjp2-7 python3-libgpiod" PKGLIST="${PKGLIST} curl libcurl4-openssl-dev libssl-dev liblmdb-dev" - PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev libjpeg-dev" + PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev libjpeg-dev packagekit" # Update system package info report_status "Running apt-get update..."