Update install fix remove packagekit

master-bt
Alan Johnston 1 week ago committed by GitHub
parent 313ffd6575
commit f00a226d76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.