• vodka@feddit.org
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    1 month ago

    Doing yay -Syu --noconfirm & shutdown whenever I turn my machine off has been the solution for me

      • Arthur Besse@lemmy.ml
        link
        fedilink
        English
        arrow-up
        4
        ·
        30 days ago

        Wait but that means your computer will stay on if the update fails, right?

        If it was && then the second command would only run if the first command was successful.

        But @vodka@feddit.org wrote only one & which instead means the first command will run in the background and the second will execute at the same time… which does not seem like a good idea in this case 😅

        • vodka@feddit.org
          link
          fedilink
          arrow-up
          5
          ·
          30 days ago

          Oh damn, yeah it was supposed to be &&, probably messed it up when arguing with the stupid phone keyboard adding spaces after symbols