• Venat0r
      link
      fedilink
      arrow-up
      3
      ·
      3 hours ago

      they need to make apt get upgrate that does both in the right order…

      • CorneliusTalmadge
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 hours ago

        You are in luck because you can make this an alias (custom command) in your .bashrc file:

        alias update='sudo apt-get update && sudo apt-get upgrade'