Update install remove packagekit

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

@ -672,6 +672,14 @@ 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 [ -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 FILE=/etc/systemd/system/transmit.service
if [ -f "$FILE" ]; then if [ -f "$FILE" ]; then
if [[ $(diff /home/pi/CubeSatSim/systemd/transmit.service /etc/systemd/system/transmit.service) ]]; then if [[ $(diff /home/pi/CubeSatSim/systemd/transmit.service /etc/systemd/system/transmit.service) ]]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.