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 sudo rm /etc/systemd/system/rpitx.service
fi fi
FILE=/etc/systemd/system/packagekit.service if [[ -z $(sudo systemctl is-active packagekit | grep inactive) ]]; then
if [ -f "$FILE" ]; then
echo "Removing packagekit so won't auto check for updates on boot" echo "Removing packagekit so won't auto check for updates on boot"
sudo systemctl stop packagekit sudo systemctl stop packagekit
sudo systemctl disable packagekit sudo systemctl disable packagekit

Loading…
Cancel
Save

Powered by TurnKey Linux.