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