6

Is this question still really that important?

Even when I update my Pis that have 32GB SD cards, I can spare the 12kb update.

Comments
  • 4
    sudo apt-get upgrade -y

    It wont ask anymore...
  • 2
    Forever?

    I have a feeling I will have to enter that switch every single time.

    Someone smart should make this thing not ask as a default (perhaps only if the update is bigger than 20+ MB).

    This just seems like a relic left over from the 80s. @C0D4
  • 6
    @intromatt that is.... updating the wrong package (fucking docker) at the wrong time (fuck you docker), on a remote machine via ssh (sersly, how the fuck do you call that shit "stable"? just die already!), and that question is a life saver.
    also
    sudo apt-mark hold docker--ce
  • 1
    OK OK, YOU WIN.

    This week I'll learn how to make a script that does all this stuff automatically for me on my 5 Pis.... including my Pihole setup.

    May God have mercy on my soul. @magicMirror
  • 2
    @intromatt you could always alias it 😂
    But yes this is just for the old Linux folk that want to control every single package that gets installed I guess.
  • 2
    @intromatt I have became bitter and cynical with experience...
    gl with the updates!
  • 0
    Just use unattended upgrades. Don't reinvent the wheel
  • 0
    How? @Pavr
  • 1
    @intromatt https://wiki.debian.org/UnattendedU...
    It's build into apt. It saves me alot of time personally. You can blacklist packages you don't want upgraded unattended and you can select what origins (repositories) it is allowed to upgrade from. You can even enable automatic reboots so it loads new kernels.
  • 3
Add Comment