From f00a226d76e37380ceb2c6641d4bf45af3035366 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 13 Jul 2026 14:00:09 -0400 Subject: [PATCH] Update install fix remove packagekit --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install b/install index c0da5400..c2110176 100755 --- a/install +++ b/install @@ -672,8 +672,7 @@ if [ -f "$FILE" ]; then sudo rm /etc/systemd/system/rpitx.service fi -FILE=/etc/systemd/system/packagekit.service -if [ -f "$FILE" ]; then +if [[ -z $(sudo systemctl is-active packagekit | grep inactive) ]]; then echo "Removing packagekit so won't auto check for updates on boot" sudo systemctl stop packagekit sudo systemctl disable packagekit