• @Shady_Shiroe@lemmy.world
      link
      fedilink
      34
      edit-2
      29 days ago

      Alias albert=apt

      please albert-get update
      

      Edit: oops sorry didn’t mean to reply to your comment, I’m on mobile so I thought was new comment

        • KnoLord
          link
          fedilink
          528 days ago

          apt on its own isn’t safe to use in shell scripts while apt-get is. At least, that is the output I get when using apt in a script on Debian.

          That is the only reason, for interactive sessions use apt, for automated scripts apt-get.