From 313ffd6575307231f593beef7e995fb0307f2b8b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 13 Jul 2026 13:46:44 -0400 Subject: [PATCH] Update install remove packagekit --- install | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install b/install index d6af501f..c0da5400 100755 --- a/install +++ b/install @@ -672,6 +672,14 @@ if [ -f "$FILE" ]; then sudo rm /etc/systemd/system/rpitx.service fi +FILE=/etc/systemd/system/packagekit.service +if [ -f "$FILE" ]; then + echo "Removing packagekit so won't auto check for updates on boot" + sudo systemctl stop packagekit + sudo systemctl disable packagekit + sudo apt-get remove -y packagekit +fi + FILE=/etc/systemd/system/transmit.service if [ -f "$FILE" ]; then if [[ $(diff /home/pi/CubeSatSim/systemd/transmit.service /etc/systemd/system/transmit.service) ]]; then